summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGregory P. Smith <greg@mad-scientist.com>2010-02-28 18:36:09 (GMT)
committerGregory P. Smith <greg@mad-scientist.com>2010-02-28 18:36:09 (GMT)
commit613c7a549abefd1f7806b61589667de683d76858 (patch)
tree1a7678d4b102a5dbc66e5822b49c568584e771be /Misc
parentb36e63a5ee7b1b8063b59f2be74703471ae45e1d (diff)
downloadcpython-613c7a549abefd1f7806b61589667de683d76858.zip
cpython-613c7a549abefd1f7806b61589667de683d76858.tar.gz
cpython-613c7a549abefd1f7806b61589667de683d76858.tar.bz2
Issue #7481: When a threading.Thread failed to start it would leave the
instance stuck in initial state and present in threading.enumerate().
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index f206f03..5b61109 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -72,6 +72,9 @@ Library
- Issue #7427: improve the representation of httplib.BadStatusLine exceptions.
+- Issue #7481: When a threading.Thread failed to start it would leave the
+ instance stuck in initial state and present in threading.enumerate().
+
Extension Modules
-----------------