mirror of
https://github.com/python/cpython.git
synced 2026-05-07 05:01:13 -04:00
736684b1bb
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