]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-105603: Change the PyInterpreterConfig.own gil Field (gh-105620)
authorEric Snow <ericsnowcurrently@gmail.com>
Tue, 13 Jun 2023 17:08:32 +0000 (11:08 -0600)
committerGitHub <noreply@github.com>
Tue, 13 Jun 2023 17:08:32 +0000 (11:08 -0600)
commitb97e14a806477af4225777d215ac38c0d9b845f0
tree35eb71251371258874274f6eb73ab09fe849b460
parentabfbab6415fb029e7dca19ecc8d29a13da37bf71
gh-105603: Change the PyInterpreterConfig.own gil Field (gh-105620)

We are changing it to be more flexible that a strict bool can be for possible future expanded used cases.
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