diff options
author | Duane Griffin <duaneg@dghda.com> | 2025-06-03 05:22:41 +1200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-06-02 17:22:41 +0000 |
commit | 44fb7c361cb24dcf9989a7a1cfee4f6aad5c81aa (patch) | |
tree | 56491c3174242f2d4a8196e884301f6d37736ed8 /Lib/asyncio/base_subprocess.py | |
parent | 055827528fa50c9a7707792f5fe264c4e20c07e9 (diff) | |
download | cpython-44fb7c361cb24dcf9989a7a1cfee4f6aad5c81aa.tar.gz cpython-44fb7c361cb24dcf9989a7a1cfee4f6aad5c81aa.zip |
gh-134908: Protect `textiowrapper_iternext` with critical section (gh-134910)
The `textiowrapper_iternext` function called `_textiowrapper_writeflush`, but did not
use a critical section, making it racy in free-threaded builds.
Diffstat (limited to 'Lib/asyncio/base_subprocess.py')
0 files changed, 0 insertions, 0 deletions