]> granicus.if.org Git - python/commit
Backport of r60190:
authorGregory P. Smith <greg@mad-scientist.com>
Tue, 22 Jan 2008 01:29:11 +0000 (01:29 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Tue, 22 Jan 2008 01:29:11 +0000 (01:29 +0000)
commit8f034d9af2c36cd3451fac5044a700da77a96bd5
tree5121fecd95c73f4e204b7aa6122b7ceafa7110a3
parent9f26fcce04e8347bef539dcdbc51ad40a56fca18
Backport of r60190:
- 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