Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32.1k
[3.10] gh-92049: Forbid pickling constants re._constants.SUCCESS etc (GH-92070)#92073
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
[3.10] gh-92049: Forbid pickling constants re._constants.SUCCESS etc (GH-92070)#92073
Uh oh!
There was an error while loading.Please reload this page.
Conversation
…S etc (pythonGH-92070)Previously, pickling did not fail, but the result could not be unpickled..(cherry picked from commit6d0d547)Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Thanks@serhiy-storchaka for the PR 🌮🎉.. I'm working now to backport this PR to: 3.9. |
Sorry@serhiy-storchaka, I had trouble checking out the |
…SUCCESS etc (pythonGH-92070) (pythonGH-92073)Previously, pickling did not fail, but the result could not be unpickled.(cherry picked from commit6d0d547)(cherry picked from commite8ff3c9)Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
bedevere-bot commentedMay 1, 2022
GH-92102 is a backport of this pull request to the3.9 branch. |
… etc (pythonGH-92070) (pythonGH-92073) (pythonGH-92102)Previously, pickling did not fail, but the result could not be unpickled.(cherry picked from commit6d0d547)(cherry picked from commite8ff3c9)
Previously, pickling did not fail, but the result could not be unpickled.
(cherry picked from commit6d0d547)