]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-123275: Support `-Xgil=1` and `PYTHON_GIL=1` on non-free-threaded builds...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 6 Sep 2024 01:09:35 +0000 (03:09 +0200)
committerGitHub <noreply@github.com>
Fri, 6 Sep 2024 01:09:35 +0000 (10:09 +0900)
commit92b9c4482fb59b5fabd810474206217abcb552bf
tree6cbd18077353a9095ce73ad563ad4dffbdc29665
parente5568e5e9da2e4a5f662668af88e323b63ecf0ed
[3.13] gh-123275: Support `-Xgil=1` and `PYTHON_GIL=1` on non-free-threaded builds (gh-123276) (gh-123753)

gh-123275: Support `-Xgil=1` and `PYTHON_GIL=1` on non-free-threaded builds (gh-123276)
(cherry picked from commit 84ad264ce602fb263a46a4536377bdc830eea81e)

Co-authored-by: Peter Bierma <zintensitydev@gmail.com>
Doc/using/cmdline.rst
Misc/NEWS.d/next/Core_and_Builtins/2024-08-23-18-31-10.gh-issue-123275.DprIrj.rst [new file with mode: 0644]
Python/initconfig.c