mirror of
https://github.com/ldmud/ldmud
synced 2026-08-12 14:26:05 -04:00
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. |
||
|---|---|---|
| .. | ||
| inc | ||
| inh.c | ||
| master.c | ||
| startup.py | ||
| sys | ||
| testcompileargcheck.c | ||
| testcompileargstrict.c | ||
| testcompiler.c | ||
| testob.c | ||
| testrp.c | ||