mirror of
https://github.com/python/cpython.git
synced 2026-07-08 03:00:00 -04:00
62ca10051b
has no concrete GIL. If PyGILState_Ensure() is called from a new thread for the first time and PyEval_InitThreads() was not called yet, a GIL needs to be created.