mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
GH-96071: fix deadlock in PyGILState_Ensure (GH-96124)
Alternative of #96107
This commit is contained in:
parent
822955c166
commit
e0d54a4a79
2 changed files with 17 additions and 11 deletions
|
|
@ -0,0 +1 @@
|
|||
Fix a deadlock in :c:func:`PyGILState_Ensure` when allocating new thread state. Patch by Kumar Aditya.
|
||||
Loading…
Add table
Add a link
Reference in a new issue