ldmud/test/t-python
Alexander Motzkau 788cd95871 Do cleanup operations across Python boundary
Include any LPC data exclusively held by Python code in the cleanup process,
which is to remove any dangling object references (replacing with 0 or
removing from mappings).
2022-06-29 23:47:41 +02: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 Do cleanup operations across Python boundary 2022-06-29 23:47:41 +02:00
startup.py Fix crash when running LPC code on Python startup 2022-01-11 21:52:37 +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