]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-146452: Fix pickle segfault on concurrent mutation of dict in pickle (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 17 May 2026 09:30:00 +0000 (11:30 +0200)
committerGitHub <noreply@github.com>
Sun, 17 May 2026 09:30:00 +0000 (09:30 +0000)
commitf380f85e6105180ab1c2e40afdbd14f2e12e082a
tree08ccc2f39260b27cb06b88cf2a88e81a7c04f868
parent03d01d6e32209708d0b7e0c088eb9f900e3f2f64
[3.14] gh-146452: Fix pickle segfault on concurrent mutation of dict in pickle (GH-146470) (#149940)

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