]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] 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:18:30 +0000 (13:18 +0200)
committerGitHub <noreply@github.com>
Wed, 25 Oct 2023 11:18:30 +0000 (11:18 +0000)
commitbb92fdabc7ab9d77453452d5e61f8cc4ca167616
treed71005877388e39921cafb272179df7cdb590446
parentd38843a7b6825530a6d705132aabfb5325c498d4
[3.11] gh-111174: Fix crash in getbuffer() called repeatedly for empty BytesIO (GH-111210) (GH-111315)

(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