]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-105603: Change the PyInterpreterConfig.own gil Field (gh-105620) (gh-105731)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 13 Jun 2023 17:42:56 +0000 (10:42 -0700)
committerGitHub <noreply@github.com>
Tue, 13 Jun 2023 17:42:56 +0000 (17:42 +0000)
commitc3a2cbb54d19e86f1ff402f7783d51610c2ff646
treea79c6dc4c36c5383536224ff2e06fa5f90e1c6bb
parent9c51ea5d550dbcf5568b57913b1b453d1f92fd5c
[3.12] gh-105603: Change the PyInterpreterConfig.own gil Field (gh-105620) (gh-105731)

We are changing it to be more flexible that a strict bool can be for possible future expanded used cases.
(cherry picked from commit b97e14a806477af4225777d215ac38c0d9b845f0)

Co-authored-by: Eric Snow <ericsnowcurrently@gmail.com>
Include/cpython/initconfig.h
Lib/test/support/__init__.py
Lib/test/test_import/__init__.py
Misc/NEWS.d/next/C API/2023-06-09-19-16-57.gh-issue-105603.-z6G22.rst [new file with mode: 0644]
Modules/_testcapimodule.c
Python/pylifecycle.c