mirror of
https://github.com/python/cpython.git
synced 2026-07-30 15:31:38 +08:00
[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 0318867acf72e3acf78f480db73a69982573263a) Co-authored-by: Cody Maloney <cmaloney@users.noreply.github.com>
Source files for standard library extension modules, and former extension modules that are now builtin modules.