ldmud/test/t-python
Alexander Motzkau bf44f19753 Save local variable names for inspection in coroutines
With the new pragma save_local_names the names of local variables are
stored in the program so they can be inspected (with Python) later on.
2022-01-09 21:22:34 +01:00
..
inc Added testsuite for Python. 2016-10-12 21:42:52 +02:00
inh.c Python: Added protector for replace_program() 2020-04-28 22:30:06 +02:00
master.c Implement coroutines 2022-01-09 21:22:34 +01:00
startup.py Save local variable names for inspection in coroutines 2022-01-09 21:22:34 +01:00
sys Added testsuite for Python. 2016-10-12 21:42:52 +02:00
testcompileargcheck.c Corrected checks for Python efun calls with ellipsis. 2020-04-28 22:30:06 +02:00
testcompileargstrict.c Make pragma strict_types raise errors again 2020-07-05 13:18:57 +02:00
testcompiler.c Fixed a bug in type deduction of python efun calls. 2018-01-30 23:27:00 +01:00
testob.c Save local variable names for inspection in coroutines 2022-01-09 21:22:34 +01:00
testrp.c Python: Added protector for replace_program() 2020-04-28 22:30:06 +02:00