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

Xavier de Gaye report at bugs.python.org
Wed May 29 18:40:59 CEST 2013


Xavier de Gaye added the comment:

extendleft is an extension module C function (in the _collections
module) that does not release the GIL, so it is thread safe.

----------

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


More information about the Python-bugs-list mailing list