]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-119506: fix `_io.TextIOWrapper.write()` write during flush (#119507)
authorRadislav Chugunov <52372310+chgnrdv@users.noreply.github.com>
Mon, 3 Jun 2024 07:47:36 +0000 (10:47 +0300)
committerGitHub <noreply@github.com>
Mon, 3 Jun 2024 07:47:36 +0000 (16:47 +0900)
commit52586f930f62bd80374f0f240a4ecce0c0238174
tree9a58cd4a036e0ef7db5abf981afc88495311fdb4
parent3ea9b92086240b2f38a74c6945e7a723b480cefe
gh-119506: fix `_io.TextIOWrapper.write()` write during flush (#119507)

Co-authored-by: Inada Naoki <songofacandy@gmail.com>
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