]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-146452: Fix pickle segfault on concurrent mutation of dict in pickle (#146470)
authorFarhan Saif <fsaif@uic.edu>
Sun, 17 May 2026 09:05:27 +0000 (04:05 -0500)
committerGitHub <noreply@github.com>
Sun, 17 May 2026 09:05:27 +0000 (14:35 +0530)
commite62a61177f8b793d787e337034a740ca75c1ab44
treee8445c9bd62e122c247957cd8fe37e49b09e3636
parent1cbe035723698f15aa1b1af5deef615b28aae2e5
gh-146452: Fix pickle segfault on concurrent mutation of dict in pickle (#146470)

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