gh-99113: Share the GIL via PyInterpreterState.ceval.gil by ericsnowcurrently · Pull Request #104203 · python/cpython
added 2 commits
This was referenced
jbower-fb pushed a commit to jbower-fb/cpython that referenced this pull request
…ngh-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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters