Giampaolo Rodola' added the comment:

After applying the patch I get these 2 failures on Linux:

======================================================================
FAIL: test_simple_producer (__main__.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 (__main__.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

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue17925>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to