cpython/Modules/_io/clinic
Victor Stinner c40e6d6ebb
[3.13][3.15] gh-143008: Fix race re-initializing TextIOWrapper (#151203) (#151227)
[3.15] gh-143008: Fix race re-initializing TextIOWrapper (#151203)

__init__() changes multiple variables and may be called more than once
from multiple threads.

(cherry picked from commit 0318867acf)

Co-authored-by: Cody Maloney <cmaloney@users.noreply.github.com>
2026-06-10 09:40:14 +00:00
..
_iomodule.c.h [3.13] gh-150285: Fix too long docstrings in the io module (GH-150287) (GH-150458) (GH-150470) 2026-05-26 10:29:28 +00:00
bufferedio.c.h [3.13] gh-127341: Argument Clinic: fix compiler warnings for getters with docstrings (GH-127310) (#127431) 2024-11-30 23:25:51 +01:00
bytesio.c.h [3.13] gh-150285: Fix too long docstrings in the io module (GH-150287) (GH-150458) (GH-150470) 2026-05-26 10:29:28 +00:00
fileio.c.h [3.13] gh-150285: Fix too long docstrings in the io module (GH-150287) (GH-150458) (GH-150470) 2026-05-26 10:29:28 +00:00
iobase.c.h [3.13] gh-150285: Fix too long docstrings in the io module (GH-150287) (GH-150458) (GH-150470) 2026-05-26 10:29:28 +00:00
stringio.c.h [3.13] gh-150285: Fix too long docstrings in the io module (GH-150287) (GH-150458) (GH-150470) 2026-05-26 10:29:28 +00:00
textio.c.h [3.13][3.15] gh-143008: Fix race re-initializing TextIOWrapper (#151203) (#151227) 2026-06-10 09:40:14 +00:00
winconsoleio.c.h [3.13] gh-150285: Fix too long docstrings in the io module (GH-150287) (GH-150458) (GH-150470) 2026-05-26 10:29:28 +00:00