mirror of
https://github.com/python/cpython.git
synced 2026-01-29 14:15:31 +00:00
The GIL is no longer created "on demand" to fix a race condition when PyGILState_Ensure() is called in a non-Python thread.
Miscellaneous source files for the main Python shared library