[issue17925] asynchat.async_chat.initiate_send : del deque[0] is not safe

Giampaolo Rodola' report at bugs.python.org
Tue May 28 20:15:56 CEST 2013


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 <report at bugs.python.org>
<http://bugs.python.org/issue17925>
_______________________________________


More information about the Python-bugs-list mailing list