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