]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-115059: Flush the underlying write buffer in io.BufferedRandom.read1()...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 9 Feb 2024 11:00:35 +0000 (12:00 +0100)
committerGitHub <noreply@github.com>
Fri, 9 Feb 2024 11:00:35 +0000 (11:00 +0000)
commit0211f919b11c029d067769cae3f5e86068df85ce
tree591959fa938eda0d285e1be0fa2daf0417c31b37
parent235c54fe9caa9a6f8525ce187ca056139e7601ac
[3.12] gh-115059: Flush the underlying write buffer in io.BufferedRandom.read1() (GH-115163) (GH-115205)

(cherry picked from commit 846fd721d518dda88a7d427ec3d2c03c45d9fa90)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Lib/test/test_io.py
Misc/NEWS.d/next/Library/2024-02-08-13-26-14.gh-issue-115059.DqP9dr.rst [new file with mode: 0644]
Modules/_io/bufferedio.c