diff options
| author | Gregory P. Smith <greg@mad-scientist.com> | 2008-01-22 01:20:42 +0000 |
|---|---|---|
| committer | Gregory P. Smith <greg@mad-scientist.com> | 2008-01-22 01:20:42 +0000 |
| commit | 95cd5c0b72db09426f96c8e5716404da01048f93 (patch) | |
| tree | e689b7c7d35b345d6038825cbad7fa136c4b59f9 /Misc | |
| parent | 64c5677de4e979d1496d8851dcc27078caa89d40 (diff) | |
| download | cpython-git-95cd5c0b72db09426f96c8e5716404da01048f93.tar.gz | |
- Fix Issue #1703448: A joined thread could show up in the
threading.enumerate() list after the join() for a brief period until
it actually exited.
Diffstat (limited to 'Misc')
| -rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -371,6 +371,10 @@ Core and builtins - Issue #1537: Changed GeneratorExit's base class from Exception to BaseException. +- Fix Issue #1703448: A joined thread could show up in the + threading.enumerate() list after the join() for a brief period until + it actually exited. + Library ------- |
