]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-111174: Fix crash in getbuffer() called repeatedly for empty BytesIO (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 25 Oct 2023 11:25:31 +0000 (13:25 +0200)
committerGitHub <noreply@github.com>
Wed, 25 Oct 2023 11:25:31 +0000 (11:25 +0000)
commit45c0b388809d561750c4f0c791de6ec571215d26
treece0923f2508ccf1c3fa251b8fa3377b5b29d7603
parent5e94556f83256440c88f5342cb7908a96f178c0e
[3.12] gh-111174: Fix crash in getbuffer() called repeatedly for empty BytesIO (GH-111210) (GH-111314)

(cherry picked from commit 9da98c0d9a7cc55c67fb0bd3fa162fd3b2c2629b)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Lib/test/test_memoryio.py
Misc/NEWS.d/next/Library/2023-10-23-13-53-58.gh-issue-111174.Oohmzd.rst [new file with mode: 0644]
Modules/_io/bytesio.c