SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

72114 0 1 Python

gh-99113: Share the GIL via PyInterpreterState.ceval.gil (gh-104203)

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.
E
Eric Snow committed
55671fe04700ccb4e73c8db3dd1e9c031dafe700
Parent: d00d942
Committed by GitHub <noreply@github.com> on 5/5/2023, 7:23:00 PM