diff --git a/Misc/NEWS.d/next/Core and Builtins/2022-08-19-06-46-03.gh-issue-96071.mVgPAo.rst b/Misc/NEWS.d/next/Core and Builtins/2022-08-19-06-46-03.gh-issue-96071.mVgPAo.rst new file mode 100644 index 000000000000000..37653ffac12418b --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2022-08-19-06-46-03.gh-issue-96071.mVgPAo.rst @@ -0,0 +1 @@ +Fix a deadlock in :c:func:`PyGILState_Ensure` when allocating new thread state. Patch by Kumar Aditya.