]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-96071: fix deadlock in PyGILState_Ensure (GH-96124) (#96129)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 19 Aug 2022 21:11:31 +0000 (14:11 -0700)
committerGitHub <noreply@github.com>
Fri, 19 Aug 2022 21:11:31 +0000 (22:11 +0100)
commit1fa9644c23632f8ffc3f59e7f574b92185c371e4
treecae071372eb514598ec26876c0b0b19835dc4d90
parentfcf04217abcb1dd8bf6cb179a8e465b1971c0d45
GH-96071: fix deadlock in PyGILState_Ensure  (GH-96124) (#96129)

Alternative of GH-96107
(cherry picked from commit e0d54a4a799dae4ebdd72a16bcf287ed62ae2972)

Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
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