ldmud/test/t-python
Alexander Motzkau 9c219db7cf Release Python global interpreter lock when not executing Python code
The global interpreter lock is acquired during initialization and never
released. So if any Python modules start additional threads they can
hardly run, because the lock is held by the main thread mostly all of
the time.
2022-11-07 22:27:52 +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 Release Python global interpreter lock when not executing Python code 2022-11-07 22:27:52 +01:00
startup.py Release Python global interpreter lock when not executing Python code 2022-11-07 22:27:52 +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