Skip to content

[3.14] gh-143008: Fix race re-initializing TextIOWrapper (GH-151203)#151226

Merged
vstinner merged 1 commit into
python:3.14from
miss-islington:backport-0318867-3.14
Jun 10, 2026
Merged

[3.14] gh-143008: Fix race re-initializing TextIOWrapper (GH-151203)#151226
vstinner merged 1 commit into
python:3.14from
miss-islington:backport-0318867-3.14

Conversation

@miss-islington

@miss-islington miss-islington commented Jun 10, 2026

Copy link
Copy Markdown
Contributor

init() changes multiple variables and may be called more than once
from multiple threads.
(cherry picked from commit 0318867)

Co-authored-by: Cody Maloney cmaloney@users.noreply.github.com

…nGH-151203)

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

Co-authored-by: Cody Maloney <cmaloney@users.noreply.github.com>
@vstinner vstinner enabled auto-merge (squash) June 10, 2026 09:14
@vstinner vstinner merged commit a4bdc21 into python:3.14 Jun 10, 2026
49 checks passed
@miss-islington miss-islington deleted the backport-0318867-3.14 branch June 10, 2026 09:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants