SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

0 0 0 Python

gh-116738: Make csv module thread-safe (gh-141365)

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.
A
Alper committed
fb26d9c2ef739cbfdc134da5ab89470511f1f5fd
Parent: f15f6d0
Committed by GitHub <noreply@github.com> on 11/21/2025, 4:22:31 PM