]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-132551: make `io.BytesIO` thread safe (#132616)
authorTomasz Pytel <tompytel@gmail.com>
Thu, 8 May 2025 18:51:36 +0000 (14:51 -0400)
committerGitHub <noreply@github.com>
Thu, 8 May 2025 18:51:36 +0000 (18:51 +0000)
commit5dd3a3a58cca4798ebfc2edd673211067453e81e
treee2da888ba89a842ee8219d9dbacb53015f7f2fac
parentbd7c5859c6c4f23877afdf6ab7b8209de50127a6
gh-132551: make `io.BytesIO` thread safe (#132616)

Co-authored-by: Kumar Aditya <kumaraditya@python.org>
Lib/test/test_free_threading/test_io.py [new file with mode: 0644]
Misc/NEWS.d/next/Library/2025-04-16-21-02-57.gh-issue-132551.Psa7pL.rst [new file with mode: 0644]
Modules/_io/bytesio.c
Modules/_io/clinic/bytesio.c.h