Skip to content

[3.14] gh-116738: Make csv module thread-safe (gh-141365) - #141825

Merged
colesbury merged 1 commit into
python:3.14from
miss-islington:backport-fb26d9c-3.14
Nov 21, 2025
Merged

[3.14] gh-116738: Make csv module thread-safe (gh-141365)#141825
colesbury merged 1 commit into
python:3.14from
miss-islington:backport-fb26d9c-3.14

Conversation

@miss-islington

@miss-islingtonmiss-islington commented Nov 21, 2025

Copy link
Copy Markdown
Contributor

Added a critical section to protect the states of ReaderObj and WriterObj in the free-threading build. Without the critical sections, both new free-threading tests were crashing.
(cherry picked from commit fb26d9c)

Co-authored-by: Alper alperyoney@fb.com

Added a critical section to protect the states of `ReaderObj` and `WriterObj` in the free-threading build. Without the critical sections, both new free-threading tests were crashing.
(cherry picked from commit fb26d9c)
Co-authored-by: Alper <alperyoney@fb.com>
@colesbury
colesbury enabled auto-merge (squash) November 21, 2025 16:22
@colesbury
colesbury merged commit af586d8 into python:3.14Nov 21, 2025
51 checks passed
@miss-islington
miss-islington deleted the backport-fb26d9c-3.14 branch January 2, 2026 19:00
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@miss-islington@colesbury@yoney