]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-112535: Add test on _Py_ThreadId() (#112709)
authorVictor Stinner <vstinner@python.org>
Mon, 4 Dec 2023 22:40:06 +0000 (23:40 +0100)
committerGitHub <noreply@github.com>
Mon, 4 Dec 2023 22:40:06 +0000 (22:40 +0000)
commitc5fa8a54dbdf564d482e2e3857aa3efa61edd329
tree9ccea9297f4d21823ea5ed7fb045f1d97b3ce988
parenta8ce149628c9eaafb8c38fbf25fbd1ed483d2902
gh-112535: Add test on _Py_ThreadId() (#112709)

Add also test.support.Py_GIL_DISABLED constant.
Lib/test/support/__init__.py
Lib/test/test_capi/test_misc.py
Lib/test/test_cppext/__init__.py
Lib/test/test_importlib/test_windows.py
Lib/test/test_sys.py
Modules/_testinternalcapi.c