From 4d419689049411d7b648e73fc9b3859488aa26a1 Mon Sep 17 00:00:00 2001 From: "Gregory P. Smith" Date: Mon, 3 Jan 2011 21:09:23 +0000 Subject: [PATCH] news for 6643 --- Misc/NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Misc/NEWS b/Misc/NEWS index 017668743d..e9ba096090 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -23,6 +23,9 @@ Core and Builtins Library ------- +- Issue #6643: Reinitialize locks held within the threading module after fork + to avoid a potential rare deadlock or crash on some platforms. + - Issue #10806, issue #9905: Fix subprocess pipes when some of the standard file descriptors (0, 1, 2) are closed in the parent process. Initial patch by Ross Lagerwall. -- 2.40.0