SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

0 0 1 Python

bpo-40513: Per-interpreter GIL (GH-19943)

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.
V
Victor Stinner committed
7be4e350aadf93c4be5c97b7291d0db2b6bc1dc4
Parent: 0dd5e7a
Committed by GitHub <noreply@github.com> on 5/5/2020, 6:27:47 PM