mirror of
https://github.com/python/cpython.git
synced 2025-09-19 15:10:58 +00:00
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:
parent
a45ab9f37d
commit
8a69707b80
1 changed files with 2 additions and 1 deletions
|
@ -535,7 +535,8 @@ class Thread(_Verbose):
|
||||||
# test_threading.test_no_refcycle_through_target when
|
# test_threading.test_no_refcycle_through_target when
|
||||||
# the exception keeps the target alive past when we
|
# the exception keeps the target alive past when we
|
||||||
# assert that it's dead.
|
# assert that it's dead.
|
||||||
self.__exc_clear()
|
# XXX Temporary experiment
|
||||||
|
# self.__exc_clear()
|
||||||
finally:
|
finally:
|
||||||
with _active_limbo_lock:
|
with _active_limbo_lock:
|
||||||
self.__stop()
|
self.__stop()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue