From db3409cec9e3bbd1844f861e1acb1436666e1e97 Mon Sep 17 00:00:00 2001 From: "Gregory P. Smith" Date: Thu, 17 Jul 2008 03:13:05 +0000 Subject: [PATCH] news note for r63052 --- Misc/NEWS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Misc/NEWS b/Misc/NEWS index fdd4b89c45..8b32d61720 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -124,6 +124,10 @@ Library redundant ":443" port number designation when the connection is using the default https port (443). +- Issue #874900: after an os.fork() call the threading module state is cleaned + up in the child process to prevent deadlock and report proper thread counts + if the new process uses the threading module. + Tests ----- -- 2.50.0