Skip to content

[3.13][3.15] gh-143008: Fix race re-initializing TextIOWrapper (#151203)#151227

Merged
vstinner merged 1 commit into
python:3.13from
vstinner:textio13
Jun 10, 2026
Merged

[3.13][3.15] gh-143008: Fix race re-initializing TextIOWrapper (#151203)#151227
vstinner merged 1 commit into
python:3.13from
vstinner:textio13

Conversation

@vstinner

@vstinner vstinner commented Jun 10, 2026

Copy link
Copy Markdown
Member

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

(cherry picked from commit 0318867)

…n#151203)

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

(cherry picked from commit 0318867)
@vstinner vstinner merged commit c40e6d6 into python:3.13 Jun 10, 2026
42 checks passed
@vstinner vstinner deleted the textio13 branch June 10, 2026 09:40
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.

2 participants