cpython/Modules/_io
Victor Stinner e814e6b38b
gh-129813, PEP 782: Use PyBytesWriter in FileIO.read() (#138955)
Replace PyBytes_FromStringAndSize(NULL, size) and _PyBytes_Resize()
with the new public PyBytesWriter API.
2025-09-15 23:49:28 +02:00
..
clinic
_iomodule.c
_iomodule.h
bufferedio.c
bytesio.c
fileio.c gh-129813, PEP 782: Use PyBytesWriter in FileIO.read() (#138955) 2025-09-15 23:49:28 +02:00
iobase.c
stringio.c
textio.c
winconsoleio.c