From 8a69707b8087ea693a699176db083a13dbb52e69 Mon Sep 17 00:00:00 2001 From: Amaury Forgeot d'Arc Date: Sat, 29 Mar 2008 00:44:58 +0000 Subject: Try to understand why most buildbots suddenly turned to red. Undo the only change that might have unexpected effects. To be followed. --- Lib/threading.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Lib/threading.py b/Lib/threading.py index eebe10a..b7b7023 100644 --- a/Lib/threading.py +++ b/Lib/threading.py @@ -535,7 +535,8 @@ class Thread(_Verbose): # test_threading.test_no_refcycle_through_target when # the exception keeps the target alive past when we # assert that it's dead. - self.__exc_clear() + # XXX Temporary experiment + # self.__exc_clear() finally: with _active_limbo_lock: self.__stop() -- cgit v0.12