Try to understand why most buildbots suddenly turned to red.

Undo the only change that might have unexpected effects.

To be followed.
This commit is contained in:
Amaury Forgeot d'Arc 2008-03-29 00:44:58 +00:00
parent a45ab9f37d
commit 8a69707b80
1 changed files with 2 additions and 1 deletions

View File

@ -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()