New submission from jakirkham <jakirk...@gmail.com>:
To allow reading into a provided buffer without copying, it would be useful to have a `read_into` method on `asyncio.StreamReader`, which takes a buffer supporting the buffer protocol and fills it. ---------- components: asyncio messages: 386114 nosy: asvetlov, jakirkham, yselivanov priority: normal severity: normal status: open title: Adding `read_into` method to `asyncio.StreamReader` type: enhancement versions: Python 3.10 _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue43096> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com