-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
gh-122311: Add more tests for pickle (lenient) #122376
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
Conversation
serhiy-storchaka
commented
Jul 28, 2024
•
edited by bedevere-app
bot
Loading
edited by bedevere-app
bot
- Issue: Add more tests for pickle and fix error messages #122311
5233d92
to
1b50df9
Compare
1b50df9
to
77d035f
Compare
Thanks @serhiy-storchaka for the PR 🌮🎉.. I'm working now to backport this PR to: 3.12, 3.13. |
(cherry picked from commit bc93923) Co-authored-by: Serhiy Storchaka <[email protected]>
Sorry, @serhiy-storchaka, I could not cleanly backport this to
|
GH-122377 is a backport of this pull request to the 3.13 branch. |
(cherry picked from commit bc93923) Co-authored-by: Serhiy Storchaka <[email protected]>
GH-122378 is a backport of this pull request to the 3.12 branch. |
(cherry picked from commit bc93923) Co-authored-by: Serhiy Storchaka <[email protected]>
|
Indeed, this exposes a refleak:
|
Should be fixed in #122411. |