-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
gh-92049: Forbid pickling constants re._constants.SUCCESS etc #92070
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-92049: Forbid pickling constants re._constants.SUCCESS etc #92070
Conversation
Previously, pickling did not fail, but the result could not be unpickled.
Thanks @serhiy-storchaka for the PR 🌮🎉.. I'm working now to backport this PR to: 3.9, 3.10. |
Sorry, @serhiy-storchaka, I could not cleanly backport this to |
Sorry @serhiy-storchaka, I had trouble checking out the |
…S etc (pythonGH-92070) Previously, pickling did not fail, but the result could not be unpickled.. (cherry picked from commit 6d0d547) Co-authored-by: Serhiy Storchaka <[email protected]>
GH-92073 is a backport of this pull request to the 3.10 branch. |
…SUCCESS etc (pythonGH-92070) (pythonGH-92073) Previously, pickling did not fail, but the result could not be unpickled. (cherry picked from commit 6d0d547) (cherry picked from commit e8ff3c9) Co-authored-by: Serhiy Storchaka <[email protected]>
… etc (pythonGH-92070) (pythonGH-92073) (pythonGH-92102) Previously, pickling did not fail, but the result could not be unpickled. (cherry picked from commit 6d0d547) (cherry picked from commit e8ff3c9)
Previously, pickling did not fail, but the result could not be unpickled.