[New-bugs-announce] [issue43096] Adding `read_into` method to `asyncio.StreamReader`

jakirkham report at bugs.python.org
Mon Feb 1 16:14:14 EST 2021


New submission from jakirkham <jakirkham at 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 <report at bugs.python.org>
<https://bugs.python.org/issue43096>
_______________________________________


More information about the New-bugs-announce mailing list