]> granicus.if.org Git - python/commit
Merged revisions 78517 via svnmerge from
authorGregory P. Smith <greg@mad-scientist.com>
Sun, 28 Feb 2010 18:57:46 +0000 (18:57 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Sun, 28 Feb 2010 18:57:46 +0000 (18:57 +0000)
commit3fdd9648cb6974324ee31d81541b1dca5fb830d8
tree0058fe2fc80477fd577d42e173acb3b6b6edc66e
parentd59e44a5a70e2241481e9980d0fbcd6c367a61f8
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