]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Merged revisions 78519 via svnmerge from
authorGregory P. Smith <greg@mad-scientist.com>
Sun, 28 Feb 2010 19:21:42 +0000 (19:21 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Sun, 28 Feb 2010 19:21:42 +0000 (19:21 +0000)
commit31d12ca8438653eff2b83c4beb240ac3179705c8
tree8a024e2634e22b4558cf57681f376cddffd2a634
parentc08cae9fa1b6241a192e0c878877914b000d6ce3
Merged revisions 78519 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r78519 | gregory.p.smith | 2010-02-28 10:57:46 -0800 (Sun, 28 Feb 2010) | 10 lines

  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