]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-96071: fix deadlock in PyGILState_Ensure (GH-96124)
authorKumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
Fri, 19 Aug 2022 19:43:00 +0000 (01:13 +0530)
committerGitHub <noreply@github.com>
Fri, 19 Aug 2022 19:43:00 +0000 (12:43 -0700)
commite0d54a4a799dae4ebdd72a16bcf287ed62ae2972
treecba0d40312a87597a6ac68ebe1b1051a45b8617d
parent822955c16654c22c10a993f5a94bbb68b857a150
GH-96071: fix deadlock in PyGILState_Ensure  (GH-96124)

Alternative of #96107
Misc/NEWS.d/next/Core and Builtins/2022-08-19-06-51-17.gh-issue-96071.mVgPAo.rst [new file with mode: 0644]
Python/pystate.c