]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-89988: Fix memory leak in pickle.Pickler dispatch_table lookup (GH-94298)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 14 Jul 2022 16:47:17 +0000 (09:47 -0700)
committerGitHub <noreply@github.com>
Thu, 14 Jul 2022 16:47:17 +0000 (09:47 -0700)
commit91f791400338673f025897c70da99301c85694c5
tree0399c679e18cb00d8046dcdc195fe94f0e3c9c6e
parent29fc20cdc068b1d744371d3e5a0e87b1dc7b73e5
GH-89988: Fix memory leak in pickle.Pickler dispatch_table lookup (GH-94298)

(cherry picked from commit 01ef1f95dab9c9930ce1a23634a3e5a8331bf3c7)

Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
Lib/test/test_pickle.py
Misc/NEWS.d/next/Library/2022-06-26-10-59-15.gh-issue-89988.K8rnmt.rst [new file with mode: 0644]
Modules/_pickle.c