]> granicus.if.org Git - python/commitdiff
Try to understand why most buildbots suddenly turned to red.
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>
Sat, 29 Mar 2008 00:44:58 +0000 (00:44 +0000)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>
Sat, 29 Mar 2008 00:44:58 +0000 (00:44 +0000)
Undo the only change that might have unexpected effects.

To be followed.

Lib/threading.py

index eebe10a9c0f95db3869ba7dc781d81627ef12cf8..b7b702323b51b7d499dd04a2414e3161f2f2fefd 100644 (file)
@@ -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()