]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] 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:01:47 +0000 (12:01 +0100)
committerGitHub <noreply@github.com>
Fri, 9 Feb 2024 11:01:47 +0000 (11:01 +0000)
commit20c6535693acacd8136820a032dfcfd9d99a6f89
tree9aca11da32325f75b0bf4d72248754c7d9c584d8
parent5fc2f5571dd20b0769c0a7caa9a0aeb77dd81ce4
[3.11] gh-115059: Flush the underlying write buffer in io.BufferedRandom.read1() (GH-115163) (GH-115206)

(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