diff options
author | Gregory P. Smith <greg@mad-scientist.com> | 2008-07-17 03:13:05 +0000 |
---|---|---|
committer | Gregory P. Smith <greg@mad-scientist.com> | 2008-07-17 03:13:05 +0000 |
commit | db3409cec9e3bbd1844f861e1acb1436666e1e97 (patch) | |
tree | 6f4c055e2b7d101fd23d1a13a41ec75b81fd21c2 | |
parent | 1ab314906396a6dfaccc5dd9c853f6ae7222ad2c (diff) | |
download | cpython-git-db3409cec9e3bbd1844f861e1acb1436666e1e97.tar.gz |
news note for r63052
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 ----- |