cpython/Modules/_io
Miss Islington (bot) e60e8cfe8b
[3.15] gh-149046: fix: correctly handle str subclasses in io.StringIO (GH-149047) (#150706)
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:33:02 +00:00
..
clinic [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.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-150285: Fix too long docstrings in the io module (GH-150287) (GH-150332) 2026-05-24 16:23:45 +03: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