]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.10] GH-89988: Fix memory leak in pickle.Pickler dispatch_table lookup (GH-94298...
authorKumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
Tue, 28 Jun 2022 16:14:47 +0000 (21:44 +0530)
committerGitHub <noreply@github.com>
Tue, 28 Jun 2022 16:14:47 +0000 (17:14 +0100)
commit079ea445706e2afae8f1bcc53fe967b0839b310c
tree1aa5129a6e69b9aea8a456a2b3e1beafa3fbcb12
parentf6b6b5af784c3b977854e404aaf7c936c517bc4e
[3.10] GH-89988: Fix memory leak in pickle.Pickler dispatch_table lookup (GH-94298) (#94385)
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