mirror of
https://github.com/python/cpython.git
synced 2026-06-23 17:46:08 +00:00
[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 e62a61177f)
Co-authored-by: Farhan Saif <fsaif@uic.edu>
Co-authored-by: Kumar Aditya <kumaraditya@python.org>
This commit is contained in:
parent
795dd3bd35
commit
77cc4428a7
3 changed files with 59 additions and 1 deletions
|
|
@ -0,0 +1,2 @@
|
|||
Fix segfault in :mod:`pickle` when pickling a dictionary concurrently
|
||||
mutated by another thread in the free-threaded build.
|
||||
Loading…
Add table
Add a link
Reference in a new issue