Mark Lawrence added the comment:

Cut and paste error?

         if verbose:
@@ -110,17 +110,17 @@
         for t in threads:
             t.join()
             self.assertTrue(not t.is_alive())
+            self.assertFalse(t.is_alive())

----------
nosy: +BreamoreBoy

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue20556>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to