mirror of
https://github.com/python/cpython.git
synced 2026-05-08 13:40:46 -04:00
2914bb32e2
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