]> granicus.if.org Git - python/commit
Add a hack (originally devised in a slightly different form by Thomas Wouters)
authorGuido van Rossum <guido@python.org>
Mon, 20 Aug 2007 15:18:04 +0000 (15:18 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 20 Aug 2007 15:18:04 +0000 (15:18 +0000)
commit54ec61ea6e0e5eab62309f1c238af19dda77b607
treee3f9131ceb101e1cc8e9f281ccc882daddd60218
parent2390104d81fb90c525fb353589837fc66837e5ff
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.
Lib/threading.py