mirror of
https://github.com/python/cpython.git
synced 2026-05-14 00:18:52 -04:00
428b0ca114
The `textiowrapper_iternext` function called `_textiowrapper_writeflush`, but did not
use a critical section, making it racy in free-threaded builds.
(cherry picked from commit 44fb7c361c)
Co-authored-by: Duane Griffin <duaneg@dghda.com>