]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-119506: fix `_io.TextIOWrapper.write()` write during flush (GH-119507)...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 19 Jun 2024 10:23:29 +0000 (12:23 +0200)
committerGitHub <noreply@github.com>
Wed, 19 Jun 2024 10:23:29 +0000 (10:23 +0000)
commitcde976d85c6632a908dde1ff8695ac5cafd879b6
treec42fb1d4255db330695c4a55b0d485a221f262e3
parent57f955f9afd0a87096ed02afd7b1a989802bd6d4
[3.12] gh-119506: fix `_io.TextIOWrapper.write()` write during flush (GH-119507) (#119965)

gh-119506: fix `_io.TextIOWrapper.write()` write during flush (GH-119507)
(cherry picked from commit 52586f930f62bd80374f0f240a4ecce0c0238174)

Co-authored-by: Radislav Chugunov <52372310+chgnrdv@users.noreply.github.com>
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