[Python-checkins] r65057 - python/trunk/Misc/NEWS
gregory.p.smith
python-checkins at python.org
Thu Jul 17 05:13:05 CEST 2008
Author: gregory.p.smith
Date: Thu Jul 17 05:13:05 2008
New Revision: 65057
Log:
news note for r63052
Modified:
python/trunk/Misc/NEWS
Modified: python/trunk/Misc/NEWS
==============================================================================
--- python/trunk/Misc/NEWS (original)
+++ python/trunk/Misc/NEWS Thu Jul 17 05:13:05 2008
@@ -124,6 +124,10 @@
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
-----
More information about the Python-checkins
mailing list