]> granicus.if.org Git - python/commit
Issue #7481: When a threading.Thread failed to start it would leave the
authorGregory P. Smith <greg@mad-scientist.com>
Sun, 28 Feb 2010 18:36:09 +0000 (18:36 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Sun, 28 Feb 2010 18:36:09 +0000 (18:36 +0000)
commit613c7a549abefd1f7806b61589667de683d76858
tree1a7678d4b102a5dbc66e5822b49c568584e771be
parentb36e63a5ee7b1b8063b59f2be74703471ae45e1d
Issue #7481: When a threading.Thread failed to start it would leave the
instance stuck in initial state and present in threading.enumerate().
Lib/test/test_threading.py
Lib/threading.py
Misc/NEWS