]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
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 07:01:43 +0000 (12:31 +0530)
committerGitHub <noreply@github.com>
Tue, 28 Jun 2022 07:01:43 +0000 (10:01 +0300)
commit01ef1f95dab9c9930ce1a23634a3e5a8331bf3c7
tree34e90b943d0c8b0ccb1daa4866177a4d52894273
parente6391e08bff775a3c10707fd2cfce6963e6ae429
GH-89988: Fix memory leak in pickle.Pickler dispatch_table lookup (GH-94298)
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