cpython/Modules/_io
Miss Islington (bot) a2f00d401a
[3.14] gh-149046: fix: correctly handle str subclasses in io.StringIO (GH-149047) (#150707)
gh-149046: fix: correctly handle `str` subclasses in `io.StringIO` (GH-149047)
(cherry picked from commit c98773633c)

Co-authored-by: Thomas Kowalski <thom.kowa@gmail.com>
2026-06-01 13:26:30 +00:00
..
clinic [3.14] gh-150285: Fix too long docstrings in the io module (GH-150287) (GH-150458) 2026-05-26 09:10:39 +00:00
_iomodule.c [3.14] gh-150285: Fix too long docstrings in the io module (GH-150287) (GH-150458) 2026-05-26 09:10:39 +00:00
_iomodule.h gh-117151: IO performance improvement, increase io.DEFAULT_BUFFER_SIZE to 128k (GH-118144) 2025-03-07 11:36:12 -08:00
bufferedio.c [3.14] gh-149816: add missing critical section on self in buffered_iternext (GH-150295) (#150306) 2026-05-23 14:56:44 +05:30
bytesio.c [3.14] gh-150285: Fix too long docstrings in the io module (GH-150287) (GH-150458) 2026-05-26 09:10:39 +00:00
fileio.c [3.14] gh-150285: Fix too long docstrings in the io module (GH-150287) (GH-150458) 2026-05-26 09:10:39 +00:00
iobase.c [3.14] gh-150285: Fix too long docstrings in the io module (GH-150287) (GH-150458) 2026-05-26 09:10:39 +00:00
stringio.c [3.14] gh-149046: fix: correctly handle str subclasses in io.StringIO (GH-149047) (#150707) 2026-06-01 13:26:30 +00:00
textio.c [3.14] gh-150285: Fix too long docstrings in the io module (GH-150287) (GH-150458) 2026-05-26 09:10:39 +00:00
winconsoleio.c [3.14] gh-150285: Fix too long docstrings in the io module (GH-150287) (GH-150458) 2026-05-26 09:10:39 +00:00