Kaydet (Commit) 8a69707b authored tarafından Amaury Forgeot d'Arc's avatar Amaury Forgeot d'Arc

Try to understand why most buildbots suddenly turned to red.

Undo the only change that might have unexpected effects.

To be followed.
üst a45ab9f3
......@@ -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()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment