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