Message239069
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. |
|
| Date |
User |
Action |
Args |
| 2015-03-23 21:16:11 | vstinner | set | recipients:
+ vstinner |
| 2015-03-23 21:16:11 | vstinner | set | messageid: <1427145371.9.0.485193711036.issue23754@psf.upfronthosting.co.za> |
| 2015-03-23 21:16:11 | vstinner | link | issue23754 messages |
| 2015-03-23 21:16:11 | vstinner | create | |
|