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-89988: Fix memory leak in pickle.Pickler dispatch_table lookup #94298
Conversation
kumaraditya303
commented
Jun 26, 2022
•
edited by bedevere-bot
edited by bedevere-bot
- Issue: Custom pickler memory leak #89988
Thanks @kumaraditya303 for the PR, and @serhiy-storchaka for merging it |
Sorry, @kumaraditya303 and @serhiy-storchaka, I could not cleanly backport this to |
…up (pythonGH-94298) (cherry picked from commit 01ef1f9) Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
GH-94365 is a backport of this pull request to the 3.11 branch. |
GH-94385 is a backport of this pull request to the 3.10 branch. |