]> granicus.if.org Git - python/commitdiff
Revert my experiment. I found one reason of failures in test_logging.
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>
Sat, 29 Mar 2008 01:41:08 +0000 (01:41 +0000)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>
Sat, 29 Mar 2008 01:41:08 +0000 (01:41 +0000)
Lib/threading.py

index f2d28f40b8f2c848968f5e2076585cfe3ad7a85b..eebe10a9c0f95db3869ba7dc781d81627ef12cf8 100644 (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()