summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory P. Smith <greg@mad-scientist.com>2008-07-17 03:13:05 +0000
committerGregory P. Smith <greg@mad-scientist.com>2008-07-17 03:13:05 +0000
commitf10ea7cccb4783e77a9f585368bd88a2a1354988 (patch)
tree5b4655bc6c01e5d91622a793f4aeba6ab92eab8a
parent859023b14ae3693422e459a08f505c703788d734 (diff)
downloadcpython-f10ea7cccb4783e77a9f585368bd88a2a1354988.tar.gz
news note for r63052
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
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
-----