Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32.1k
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 ourterms of service andprivacy 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
Uh oh!
There was an error while loading.Please reload this page.
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 commit6d0d547)Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
bedevere-bot commentedApr 30, 2022
GH-92073 is a backport of this pull request to the3.10 branch. |
…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>
… 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.