cpython/Modules/_io
Cody Maloney 7d54374f9c
gh-141311: Avoid assertion in BytesIO.readinto() (GH-141333)
Fix error in assertion which causes failure if pos is equal to PY_SSIZE_T_MAX.
Fix undefined behavior in read() and readinto() if pos is larger that the size
of the underlying buffer.
2025-11-12 11:57:05 +02:00
..
clinic gh-85524: Raise "UnsupportedOperation" on FileIO.readall (#141214) 2025-11-12 10:37:48 +01:00
_iomodule.c gh-141376: Fix exported symbols (GH-141377) 2025-11-11 09:21:24 +01:00
_iomodule.h gh-141376: Fix exported symbols (GH-141377) 2025-11-11 09:21:24 +01:00
bufferedio.c gh-141376: Fix exported symbols (GH-141377) 2025-11-11 09:21:24 +01:00
bytesio.c gh-141311: Avoid assertion in BytesIO.readinto() (GH-141333) 2025-11-12 11:57:05 +02:00
fileio.c gh-85524: Raise "UnsupportedOperation" on FileIO.readall (#141214) 2025-11-12 10:37:48 +01:00
iobase.c gh-141376: Fix exported symbols (GH-141377) 2025-11-11 09:21:24 +01:00
stringio.c gh-141376: Fix exported symbols (GH-141377) 2025-11-11 09:21:24 +01:00
textio.c gh-141314: Fix TextIOWrapper.tell() assertion failure with standalone carriage return (GH-141331) 2025-11-11 23:49:54 +02:00
winconsoleio.c gh-141376: Fix exported symbols (GH-141377) 2025-11-11 09:21:24 +01:00