]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-111049: Fix crash during garbage collection of the BytesIO buffer object...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 14 Dec 2023 10:28:57 +0000 (11:28 +0100)
committerGitHub <noreply@github.com>
Thu, 14 Dec 2023 10:28:57 +0000 (10:28 +0000)
commit9f5209f3c29a47cd40b12a4b3b1d8706f8fbffb5
tree2764abc5417f36867c45675a82c75cac3f1c688f
parent916ef4fbee08d2b715044d69aa0feaaa7119d5df
[3.12] gh-111049: Fix crash during garbage collection of the BytesIO buffer object (GH-111221) (GH-113096)

(cherry picked from commit bb36f72efcc6a656e0907ffa83620a1e44044895)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Lib/test/test_memoryio.py
Misc/NEWS.d/next/Library/2023-10-23-18-42-26.gh-issue-111049.Ys7-o_.rst [new file with mode: 0644]
Modules/_io/bytesio.c