]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-151640: Track sharing of `BytesIO` buffer in free-threaded builds (GH-151651)
authorPedram Karimi <147748351+pedramkarimii@users.noreply.github.com>
Mon, 6 Jul 2026 01:17:20 +0000 (04:47 +0330)
committerGitHub <noreply@github.com>
Mon, 6 Jul 2026 01:17:20 +0000 (21:17 -0400)
commit881a13a97c7a29b9de57913c773cd5f195270fbd
tree789bcbfe0922227e96ba12ce7c75a5b274cfde57
parent93b1a886343e4424114541d1c24ae2e01867af95
gh-151640: Track sharing of `BytesIO` buffer in free-threaded builds (GH-151651)
Lib/test/test_free_threading/test_io.py
Lib/test/test_io/test_memoryio.py
Misc/NEWS.d/next/Library/2026-06-18-12-48-03.gh-issue-151640.R4c3Fx.rst [new file with mode: 0644]
Modules/_io/bytesio.c