]> granicus.if.org Git - python/commit
Backport r57216 (see issue #1731).
authorGuido van Rossum <guido@python.org>
Fri, 4 Jan 2008 19:06:02 +0000 (19:06 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 4 Jan 2008 19:06:02 +0000 (19:06 +0000)
commit62bceeccdd67e3d7aebbafa7541448177f3fe034
treed2fdd2c014f808d7017d91b89dc55c0dceef564f
parentb234ceb1acb2ff10caa218a8d67d65e8deb19d8d
Backport r57216 (see issue #1731).
Add a hack (originally devised in a slightly different form by Thomas Wouters)
to prevent spurious tracebacks when a daemon thread's cleanup happens to wake
up when the world around it has already been destroyed.

This also backports other small changes to this file, essentially making
it identical to the trunk version.
Lib/threading.py