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 vstinner
Recipients vstinner
Date 2015-03-23.21:16:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1427145371.9.0.485193711036.issue23754@psf.upfronthosting.co.za>
In-reply-to
Content
Sockets have a recv_into() method, io.IOBase has a readinto() method, but there is no os.read_into() function. It would avoid memory copies. It would benefit to the Python implementation FileIO (readall() and readinto() methods), see the issue #21859.
History
Date User Action Args
2015-03-23 21:16:11vstinnersetrecipients: + vstinner
2015-03-23 21:16:11vstinnersetmessageid: <1427145371.9.0.485193711036.issue23754@psf.upfronthosting.co.za>
2015-03-23 21:16:11vstinnerlinkissue23754 messages
2015-03-23 21:16:11vstinnercreate