From 593ea9056eb1b28170e9cc5e726a0415abf57fb9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Langa?= Date: Wed, 4 Sep 2024 18:21:27 +0200 Subject: [PATCH] Reword Blurb --- .../2024-09-04-18-20-11.gh-issue-112275.W_iMiB.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Misc/NEWS.d/next/Core_and_Builtins/2024-09-04-18-20-11.gh-issue-112275.W_iMiB.rst b/Misc/NEWS.d/next/Core_and_Builtins/2024-09-04-18-20-11.gh-issue-112275.W_iMiB.rst index 32e25dcbe63a34..596c3dbe4ace1a 100644 --- a/Misc/NEWS.d/next/Core_and_Builtins/2024-09-04-18-20-11.gh-issue-112275.W_iMiB.rst +++ b/Misc/NEWS.d/next/Core_and_Builtins/2024-09-04-18-20-11.gh-issue-112275.W_iMiB.rst @@ -1,2 +1,3 @@ -A deadlock in ``pystate.c`` at fork is now fixed. Patch by ChuBoning based -on previous Python 3.12 fix by Victor Stinner from GH-20596. +A deadlock involving ``pystate.c``'s ``HEAD_LOCK`` in ``posixmodule.c`` +at fork is now fixed. Patch by ChuBoning based on previous Python 3.12 +fix by Victor Stinner from GH-20596.