[issue32052] Provide access to buffer of asyncio.StreamReader

Yury Selivanov report at bugs.python.org
Fri Oct 12 17:56:22 EDT 2018


Yury Selivanov <yselivanov at gmail.com> added the comment:

So we have BufferedProtocol in 3.7; now we need to re-implement asyncio streams on top of it.  But even after doing that I'm not that sure we want to expose the low-level buffer.

----------
stage: needs patch -> 

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


More information about the Python-bugs-list mailing list