]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-99113: Add a check for Py_MOD_PER_INTERPRETER_GIL_SUPPORTED (gh-104206)
authorEric Snow <ericsnowcurrently@gmail.com>
Sat, 6 May 2023 21:57:35 +0000 (15:57 -0600)
committerGitHub <noreply@github.com>
Sat, 6 May 2023 21:57:35 +0000 (21:57 +0000)
commitfff193bbfebe7b00229856b1e8105ab3de36437f
tree1deea51990bee00db4ddc40b868cbd7bcf098c64
parent3b14b51d11ae23a915299a8f9bf650ca2ae90566
gh-99113: Add a check for Py_MOD_PER_INTERPRETER_GIL_SUPPORTED (gh-104206)

Py_MOD_PER_INTERPRETER_GIL_SUPPORTED is a new supported value for Py_mod_multiple_interpreters, added in gh-104205.
Lib/test/test_import/__init__.py
Lib/test/test_importlib/extension/test_loader.py
Misc/NEWS.d/next/Core and Builtins/2023-05-05-13-18-56.gh-issue-99113.hT1ajK.rst [new file with mode: 0644]
Modules/_testmultiphase.c
Objects/moduleobject.c