[issue32251] Add asyncio.BufferedProtocol

Andrew Svetlov report at bugs.python.org
Fri Dec 8 04:34:26 EST 2017


Andrew Svetlov <andrew.svetlov at gmail.com> added the comment:

Numbers are great!

Couple questions.

1. What happens if size of read data is greater than pre-allocated buffer?
2. Is flow control logic changed or not? If I understand correctly pause_reading() / resume_reading() continue to work as earlier.

----------

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


More information about the Python-bugs-list mailing list