mirror of
https://github.com/python/cpython.git
synced 2026-01-27 13:15:25 +00:00
Unlike the other locks reinitialized by _PyRuntimeState_ReInitThreads, the "interpreters.main->id_mutex" is not freed by _PyRuntimeState_Fini and should not force the default raw allocator.
Miscellaneous source files for the main Python shared library