]> granicus.if.org Git - python/commit
Merged revisions 78517 via svnmerge from
authorGregory P. Smith <greg@mad-scientist.com>
Sun, 28 Feb 2010 18:40:12 +0000 (18:40 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Sun, 28 Feb 2010 18:40:12 +0000 (18:40 +0000)
commit9922a9a9cfc6dcc74ddf65d11acefa15e6a13ee6
tree487f8319dcf1c930d617259ac4b3b3465d65b513
parent5d702385e472460e08c141a93a31d632b3b6f423
Merged revisions 78517 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r78517 | gregory.p.smith | 2010-02-28 10:36:09 -0800 (Sun, 28 Feb 2010) | 3 lines

  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