Revert my experiment. I found one reason of failures in test_logging.

This commit is contained in:
Amaury Forgeot d'Arc 2008-03-29 01:41:08 +00:00
parent 4130930b4c
commit 504a48f90a
1 changed files with 1 additions and 3 deletions

View File

@ -535,9 +535,7 @@ 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.
# XXX Temporary experiment
# self.__exc_clear()
pass
self.__exc_clear()
finally:
with _active_limbo_lock:
self.__stop()