This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients Tamas.K, bkabrda, csernazs, grahamd, jcea, koobs, ncoghlan, neologix, pitrou, python-dev, tim.peters
Date 2013-09-08.17:42:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1378662143.3251.9.camel@fsol>
In-reply-to <1378661436.56.0.375027467336.issue18808@psf.upfronthosting.co.za>
Content
Le dimanche 08 septembre 2013 à 17:30 +0000, Tim Peters a écrit :
> Really!  In context, the test does:
> 
>             t.join()
>             self.assertTrue(not t.is_alive())

Ah, no, the failing test did `t.join(something)`. I removed the timeout
to remove the failure :-)

> (BTW, that would be clearer as self.assertFalse(t.is_alive()) ;-) )

Yes, old coding style.
History
Date User Action Args
2013-09-08 17:42:26pitrousetrecipients: + pitrou, tim.peters, jcea, csernazs, ncoghlan, grahamd, neologix, python-dev, bkabrda, koobs, Tamas.K
2013-09-08 17:42:25pitroulinkissue18808 messages
2013-09-08 17:42:25pitroucreate