]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] 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:11:07 +0000 (12:11 +0200)
committerGitHub <noreply@github.com>
Wed, 19 Jun 2024 10:11:07 +0000 (10:11 +0000)
commit9be94f9ce6dbc944e9807534664dbde28077f737
tree420483e5d8eb15fdd0db311413805f0997993400
parentd65e145f9d778efe28eb5154df1ab9d44e06673a
[3.13] gh-119506: fix `_io.TextIOWrapper.write()` write during flush (GH-119507) (#119964)

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