Message119980
| Author |
pitrou |
| Recipients |
kristjan.jonsson, pitrou |
| Date |
2010年10月30日.13:03:46 |
| SpamBayes Score |
9.388955e-07 |
| Marked as misclassified |
No |
| Message-id |
<1288443828.33.0.266726009467.issue10237@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
I also get a failure here:
======================================================================
FAIL: test_default_timeout (test.test_threading.BarrierTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/antoine/py3k/__svn__/Lib/test/lock_tests.py", line 784, in test_default_timeout
self.run_threads(f)
File "/home/antoine/py3k/__svn__/Lib/test/lock_tests.py", line 615, in run_threads
f()
File "/home/antoine/py3k/__svn__/Lib/test/lock_tests.py", line 783, in f
self.assertRaises(threading.BrokenBarrierError, self.barrier.wait)
AssertionError: BrokenBarrierError not raised by wait |
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2010年10月30日 13:03:48 | pitrou | set | recipients:
+ pitrou, kristjan.jonsson |
| 2010年10月30日 13:03:48 | pitrou | set | messageid: <1288443828.33.0.266726009467.issue10237@psf.upfronthosting.co.za> |
| 2010年10月30日 13:03:47 | pitrou | link | issue10237 messages |
| 2010年10月30日 13:03:46 | pitrou | create |
|