Message191319
| Author |
xdegaye |
| Recipients |
Pierrick.Koch, andy_js, giampaolo.rodola, xdegaye |
| Date |
2013年06月17日.07:14:39 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1371453279.22.0.0350361865007.issue17925@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
After applying the last patch cpython.asyncore_3.patch (while
cpython.asyncore_2.patch does not fail):
======================================================================
FAIL: test_simple_producer (test.test_asynchat.TestAsynchat)
----------------------------------------------------------------------
Traceback (most recent call last):
File "Lib/test/test_asynchat.py", line 198, in test_simple_producer
self.fail("join() timed out")
AssertionError: join() timed out
======================================================================
FAIL: test_simple_producer (test.test_asynchat.TestAsynchat_WithPoll)
----------------------------------------------------------------------
Traceback (most recent call last):
File "Lib/test/test_asynchat.py", line 198, in test_simple_producer
self.fail("join() timed out")
AssertionError: join() timed out |
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2013年06月17日 07:14:39 | xdegaye | set | recipients:
+ xdegaye, giampaolo.rodola, Pierrick.Koch, andy_js |
| 2013年06月17日 07:14:39 | xdegaye | set | messageid: <1371453279.22.0.0350361865007.issue17925@psf.upfronthosting.co.za> |
| 2013年06月17日 07:14:39 | xdegaye | link | issue17925 messages |
| 2013年06月17日 07:14:39 | xdegaye | create |
|