]> granicus.if.org Git - python/commit
- Fix Issue #1703448: A joined thread could show up in the
authorGregory P. Smith <greg@mad-scientist.com>
Tue, 22 Jan 2008 01:20:42 +0000 (01:20 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Tue, 22 Jan 2008 01:20:42 +0000 (01:20 +0000)
commit95cd5c0b72db09426f96c8e5716404da01048f93
treee689b7c7d35b345d6038825cbad7fa136c4b59f9
parent64c5677de4e979d1496d8851dcc27078caa89d40
- 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.
Lib/test/test_threading.py
Lib/threading.py
Misc/NEWS