cpython/Modules/_io
Cody Maloney 0318867acf
[3.15] gh-143008: Fix race re-initializing TextIOWrapper (#151203)
__init__() changes multiple variables and may be called more than once
from multiple threads.
2026-06-10 11:13:46 +02: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-143008: Fix race re-initializing TextIOWrapper (#151203) 2026-06-10 11:13:46 +02: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