mirror of
https://github.com/python/cpython.git
synced 2026-01-28 21:55:51 +00:00
In preparation for a per-interpreter GIL, we add PyInterpreterState.ceval.gil, set it to the shared GIL for each interpreter, and use that rather than using _PyRuntime.ceval.gil directly. Note that _PyRuntime.ceval.gil is still the actual GIL.
Miscellaneous source files for the main Python shared library