[issue31970] asyncio debug mode is very slow

STINNER Victor report at bugs.python.org
Wed Nov 8 08:44:11 EST 2017


STINNER Victor <victor.stinner at gmail.com> added the comment:

> The problem is the Protocol API imposes copies by default (...)

IMHO performance is a good motivation to enhance the asyncio API ;-) The tricky part is to keep the backward compatibility.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue31970>
_______________________________________


More information about the Python-bugs-list mailing list