summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorKumar Aditya <59607654+kumaraditya303@users.noreply.github.com>2022-02-24 16:54:06 (GMT)
committerGitHub <noreply@github.com>2022-02-24 16:54:06 (GMT)
commit4dc746310bd37ad6b381f9176acd167d445f4385 (patch)
tree414abfb60866c640ea403888d9c7356e2e120f4b /Misc
parent042f31da552c19054acd3ef7bb6cfd857bce172b (diff)
downloadcpython-4dc746310bd37ad6b381f9176acd167d445f4385.zip
cpython-4dc746310bd37ad6b381f9176acd167d445f4385.tar.gz
cpython-4dc746310bd37ad6b381f9176acd167d445f4385.tar.bz2
bpo-46430: Fix memory leak in interned strings of deep-frozen modules (GH-31549)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Core and Builtins/2022-02-24-07-33-29.bpo-46430.c91TAg.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2022-02-24-07-33-29.bpo-46430.c91TAg.rst b/Misc/NEWS.d/next/Core and Builtins/2022-02-24-07-33-29.bpo-46430.c91TAg.rst
new file mode 100644
index 0000000..0ae128b
--- /dev/null
+++ b/Misc/NEWS.d/next/Core and Builtins/2022-02-24-07-33-29.bpo-46430.c91TAg.rst
@@ -0,0 +1 @@
+Fix memory leak in interned strings of deep-frozen modules.