]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-111049: Fix crash during garbage collection of the BytesIO buffer object (GH-111221)
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 14 Dec 2023 10:04:23 +0000 (12:04 +0200)
committerGitHub <noreply@github.com>
Thu, 14 Dec 2023 10:04:23 +0000 (10:04 +0000)
commitbb36f72efcc6a656e0907ffa83620a1e44044895
treef23bc442613ac1f8c869fdeecc4bb62843805fc1
parent4d5d9acb22ee8c6908ebd4fdc3d17472f8b286e3
gh-111049: Fix crash during garbage collection of the BytesIO buffer object (GH-111221)
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