Message197294
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. |
|
Date |
User |
Action |
Args |
2013-09-08 17:42:26 | pitrou | set | recipients:
+ pitrou, tim.peters, jcea, csernazs, ncoghlan, grahamd, neologix, python-dev, bkabrda, koobs, Tamas.K |
2013-09-08 17:42:25 | pitrou | link | issue18808 messages |
2013-09-08 17:42:25 | pitrou | create | |
|