]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-127314: Don't mention the GIL when calling without a thread state on the free...
authorPeter Bierma <zintensitydev@gmail.com>
Fri, 6 Dec 2024 15:58:19 +0000 (10:58 -0500)
committerGitHub <noreply@github.com>
Fri, 6 Dec 2024 15:58:19 +0000 (16:58 +0100)
commit12680ec5bd45c85b6daebe0739d30ef45f089efa
treea94a35fc4e7fbb5daf875c5142d50a89e595d957
parenta353455fca1b8f468ff3ffbb4b5e316510b4fd43
gh-127314: Don't mention the GIL when calling without a thread state on the free-threaded build (#127315)

Co-authored-by: Victor Stinner <vstinner@python.org>
Include/internal/pycore_pystate.h
Lib/test/test_capi/test_mem.py
Lib/test/test_capi/test_misc.py
Misc/NEWS.d/next/C_API/2024-11-26-22-06-10.gh-issue-127314.SsRrIu.rst [new file with mode: 0644]
Objects/obmalloc.c