mirror of
https://github.com/python/cpython.git
synced 2026-05-18 18:33:57 -04:00
025c347d61
(in deallocation of running threads, for example), so the PyGILState_Release() function must still be functional. On the other hand, _PyGILState_Fini() only frees memory, and can be called later. Backport candidate, but only after some experts comment on it.