]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-153290: Fix data race in BytesIO.__setstate__ installing __dict__ (#153376)
authorBhuvi <b.chouksey27@gmail.com>
Sat, 25 Jul 2026 05:56:33 +0000 (11:26 +0530)
committerGitHub <noreply@github.com>
Sat, 25 Jul 2026 05:56:33 +0000 (11:26 +0530)
commit6c026ad6c49cb7e9fa4a0867f2d0b4071a37a483
tree122096ed6e10953704dbc14e6722dd31f92f3d25
parent506242706e43af85f841027b7bd7f022f8acd939
gh-153290: Fix data race in BytesIO.__setstate__ installing __dict__ (#153376)
Lib/test/test_free_threading/test_io.py
Misc/NEWS.d/next/Library/2026-07-09-08-40-00.gh-issue-153290.GTzSEa.rst [new file with mode: 0644]
Modules/_io/bytesio.c