]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] gh-146452: Fix pickle segfault on concurrent mutation of dict in pickle (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 23 May 2026 07:33:21 +0000 (09:33 +0200)
committerGitHub <noreply@github.com>
Sat, 23 May 2026 07:33:21 +0000 (07:33 +0000)
commit77cc4428a772b190ce10ec4d383594de09a03a45
treeb1a6995122cd2cc7742b28d9e078d000df63866e
parent795dd3bd3500c49c6a08281a15a9472a28f416d3
[3.15] gh-146452: Fix pickle segfault on concurrent mutation of dict in pickle (GH-146470) (#150292)

gh-146452: Fix pickle segfault on concurrent mutation of dict in pickle (GH-146470)
(cherry picked from commit e62a61177f8b793d787e337034a740ca75c1ab44)

Co-authored-by: Farhan Saif <fsaif@uic.edu>
Co-authored-by: Kumar Aditya <kumaraditya@python.org>
Lib/test/test_free_threading/test_pickle.py [new file with mode: 0644]
Misc/NEWS.d/next/Library/2026-03-26-09-30-00.gh-issue-146452.Y2N6qZ8J.rst [new file with mode: 0644]
Modules/_pickle.c