cpython/Modules/_io
Miss Islington (bot) 6bad84d64c
[3.15] gh-151814: Fix unbounded memory growth from repeated empty writes to io.TextIOWrapper (GH-151817)
(cherry picked from commit c61307222e)

Co-authored-by: Stan Ulbrych <stan@python.org>
2026-06-24 12:14:01 +00:00
..
clinic [3.15] gh-143008: Fix race re-initializing TextIOWrapper (#151203) 2026-06-10 11:13:46 +02:00
_iomodule.c [3.15] gh-150285: Fix too long docstrings in the io module (GH-150287) (GH-150332) 2026-05-24 16:23:45 +03:00
_iomodule.h gh-141376: Fix exported symbols (GH-141377) 2025-11-11 09:21:24 +01:00
bufferedio.c [3.15] gh-149816: add missing critical section on self in buffered_iternext (GH-150295) (#150305) 2026-05-23 09:25:56 +00:00
bytesio.c [3.15] gh-150285: Fix too long docstrings in the io module (GH-150287) (GH-150332) 2026-05-24 16:23:45 +03:00
fileio.c [3.15] gh-150285: Fix too long docstrings in the io module (GH-150287) (GH-150332) 2026-05-24 16:23:45 +03:00
iobase.c [3.15] gh-150285: Fix too long docstrings in the io module (GH-150287) (GH-150332) 2026-05-24 16:23:45 +03:00
stringio.c [3.15] gh-149046: fix: correctly handle str subclasses in io.StringIO (GH-149047) (#150706) 2026-06-01 13:33:02 +00:00
textio.c [3.15] gh-151814: Fix unbounded memory growth from repeated empty writes to io.TextIOWrapper (GH-151817) 2026-06-24 12:14:01 +00:00
winconsoleio.c [3.15] gh-150285: Fix too long docstrings in the io module (GH-150287) (GH-150332) 2026-05-24 16:23:45 +03:00