diff options
author | Gregory P. Smith <greg@mad-scientist.com> | 2010-02-28 19:21:42 (GMT) |
---|---|---|
committer | Gregory P. Smith <greg@mad-scientist.com> | 2010-02-28 19:21:42 (GMT) |
commit | 31d12ca8438653eff2b83c4beb240ac3179705c8 (patch) | |
tree | 8a024e2634e22b4558cf57681f376cddffd2a634 /Misc | |
parent | c08cae9fa1b6241a192e0c878877914b000d6ce3 (diff) | |
download | cpython-31d12ca8438653eff2b83c4beb240ac3179705c8.zip cpython-31d12ca8438653eff2b83c4beb240ac3179705c8.tar.gz cpython-31d12ca8438653eff2b83c4beb240ac3179705c8.tar.bz2 |
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().
........
................
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -332,6 +332,9 @@ Library - Issue #7066: archive_util.make_archive now restores the cwd if an error is raised. Initial patch by Ezio Melotti. +- 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 ----------------- |