mirror of
https://github.com/python/cpython.git
synced 2026-07-25 03:12:54 -04:00
44fb7c361c
The `textiowrapper_iternext` function called `_textiowrapper_writeflush`, but did not use a critical section, making it racy in free-threaded builds.