]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46430: Fix memory leak in interned strings of deep-frozen modules (GH-31549)
authorKumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
Thu, 24 Feb 2022 16:54:06 +0000 (22:24 +0530)
committerGitHub <noreply@github.com>
Thu, 24 Feb 2022 16:54:06 +0000 (17:54 +0100)
commit4dc746310bd37ad6b381f9176acd167d445f4385
tree414abfb60866c640ea403888d9c7356e2e120f4b
parent042f31da552c19054acd3ef7bb6cfd857bce172b
bpo-46430: Fix memory leak in interned strings of deep-frozen modules (GH-31549)
Include/internal/pycore_pylifecycle.h
Misc/NEWS.d/next/Core and Builtins/2022-02-24-07-33-29.bpo-46430.c91TAg.rst [new file with mode: 0644]
Programs/_bootstrap_python.c
Programs/_freeze_module.c
Python/pylifecycle.c
Tools/scripts/deepfreeze.py