]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44687: Ensure BufferedReader objects with unread buffers can peek even when the...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 1 Oct 2021 20:46:25 +0000 (13:46 -0700)
committerGitHub <noreply@github.com>
Fri, 1 Oct 2021 20:46:25 +0000 (21:46 +0100)
commit6035d650a322cec9619b306af2a877f3cead1580
treeecad746e2a025c94c0c1c6b7d7cdaf4f835155b4
parent0e1aeab5d7de3f328876aea8ccabbc6db146a883
bpo-44687: Ensure BufferedReader objects with unread buffers can peek even when the underlying file is closed (GH-28457)

Co-authored-by: AngstyDuck <solsticedante@gmail.com>
Misc/NEWS.d/next/C API/2021-09-19-17-18-25.bpo-44687.3fqDRC.rst [new file with mode: 0644]
Modules/_io/bufferedio.c