mirror of
https://github.com/python/cpython.git
synced 2026-01-27 21:25:12 +00:00
In the experimental isolated subinterpreters build mode, the GIL is now per-interpreter. Move gil from _PyRuntimeState.ceval to PyInterpreterState.ceval. new_interpreter() always get the config from the main interpreter.
Miscellaneous source files for the main Python shared library