This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jakirkham
Recipients asvetlov, jakirkham, yselivanov
Date 2021-02-01.21:14:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1612214054.71.0.664238583626.issue43096@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2021-02-01 21:14:14jakirkhamsetrecipients: + jakirkham, asvetlov, yselivanov
2021-02-01 21:14:14jakirkhamsetmessageid: <1612214054.71.0.664238583626.issue43096@roundup.psfhosted.org>
2021-02-01 21:14:14jakirkhamlinkissue43096 messages
2021-02-01 21:14:14jakirkhamcreate