commit | 504a48f90ab957c1ebe8fc2c4f173f410f707f9e | [log] [tgz] |
---|---|---|
author | Amaury Forgeot d'Arc <amauryfa@gmail.com> | Sat Mar 29 01:41:08 2008 +0000 |
committer | Amaury Forgeot d'Arc <amauryfa@gmail.com> | Sat Mar 29 01:41:08 2008 +0000 |
tree | 766718817c4e67729141de7461c2e8ea06877f30 | |
parent | 4130930b4cb2e41b758d69e5bcd5be678391c85b [diff] [blame] |
Revert my experiment. I found one reason of failures in test_logging.
diff --git a/Lib/threading.py b/Lib/threading.py index f2d28f4..eebe10a 100644 --- a/Lib/threading.py +++ b/Lib/threading.py
@@ -535,9 +535,7 @@ # 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()