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 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:39xdegayesetrecipients: + xdegaye, giampaolo.rodola, Pierrick.Koch, andy_js
2013-06-17 07:14:39xdegayesetmessageid: <1371453279.22.0.0350361865007.issue17925@psf.upfronthosting.co.za>
2013-06-17 07:14:39xdegayelinkissue17925 messages
2013-06-17 07:14:39xdegayecreate