mirror of
https://github.com/python/cpython.git
synced 2026-05-07 05:01:13 -04:00
55671fe047
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