]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-111174: Fix crash in getbuffer() called repeatedly for empty BytesIO (GH-111210)
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 25 Oct 2023 10:50:16 +0000 (13:50 +0300)
committerGitHub <noreply@github.com>
Wed, 25 Oct 2023 10:50:16 +0000 (13:50 +0300)
commit9da98c0d9a7cc55c67fb0bd3fa162fd3b2c2629b
tree6d4daecc496a574b2920ffda4e3703dd413c4315
parentf6a45a03d0e0ef6b00c45a0de9a606b1d23cbd2f
gh-111174: Fix crash in getbuffer() called repeatedly for empty BytesIO (GH-111210)
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