◐ Shell
clean mode source ↗

gh-99113: Add a check for Py_MOD_PER_INTERPRETER_GIL_SUPPORTED by ericsnowcurrently · Pull Request #104206 · python/cpython

erlend-aasland

ericsnowcurrently added a commit that referenced this pull request

May 5, 2023
Here we are doing no more than adding the value for Py_mod_multiple_interpreters and using it for stdlib modules.  We will start checking for it in gh-104206 (once PyInterpreterState.ceval.own_gil is added in gh-104204).

@ericsnowcurrently

erlend-aasland

jbower-fb pushed a commit to jbower-fb/cpython that referenced this pull request

May 8, 2023
…4205)

Here we are doing no more than adding the value for Py_mod_multiple_interpreters and using it for stdlib modules.  We will start checking for it in pythongh-104206 (once PyInterpreterState.ceval.own_gil is added in pythongh-104204).

jbower-fb pushed a commit to jbower-fb/cpython that referenced this pull request

May 8, 2023