]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-119506: fix _io.TextIOWrapper.write() write during flush (#119507) (#120314)
authorInada Naoki <songofacandy@gmail.com>
Fri, 9 Aug 2024 17:04:36 +0000 (02:04 +0900)
committerGitHub <noreply@github.com>
Fri, 9 Aug 2024 17:04:36 +0000 (17:04 +0000)
commit8a978a75c2d1e6d081e8f89a240e356be10c7714
tree986c922bd59d5390327515d7890c3a6365f523f5
parentb39636047bfaa0c88c9bc743e2a452cf7b97b56c
[3.11] gh-119506: fix _io.TextIOWrapper.write() write during flush (#119507) (#120314)

Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
fix _io.TextIOWrapper.write() write during flush (#119507)
Lib/test/test_io.py
Misc/NEWS.d/next/Library/2024-05-24-14-32-24.gh-issue-119506.-nMNqq.rst [new file with mode: 0644]
Modules/_io/textio.c