From: Gregory P. Smith Date: Thu, 17 Jul 2008 03:13:05 +0000 (+0000) Subject: news note for r63052 X-Git-Tag: v2.6b2~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=db3409cec9e3bbd1844f861e1acb1436666e1e97;p=thirdparty%2FPython%2Fcpython.git news note for r63052 --- diff --git a/Misc/NEWS b/Misc/NEWS index fdd4b89c4542..8b32d6172029 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 -----