Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gh-92930: _pickle.c: Acquire strong references before calling save() #92931

Merged
merged 11 commits into from
Jun 11, 2022
Prev Previous commit
Next Next commit
Update Misc/NEWS.d/next/Core and Builtins/2022-05-18-18-34-45.gh-issu…
…e-92930.kpYPOb.rst
  • Loading branch information
sweeneyde authored Jun 10, 2022
commit a939d16cd2aa5a5d72a61416e3f91515e106e51d
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Fixed a crash when pickling objects that mutate collections during ``__reduce__``.
Fixed a crash in ``_pickle.c`` from mutating collections during ``__reduce__`` or ``persistent_id``.