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

Andrew Stormont report at bugs.python.org
Thu Jun 13 12:45:21 CEST 2013


Andrew Stormont added the comment:

I think you mean:

    self.producer_fifo.extendleft([data, first])

Instead of:

    self.producer_fifo.extendleft([first, data])

No?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue17925>
_______________________________________


More information about the Python-bugs-list mailing list