summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2008-09-05 00:03:33 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2008-09-05 00:03:33 (GMT)
commitd79dc6216cf062a3eb0c100f8b546bf0a867e450 (patch)
tree3b25ddd5c88c10c517c42a56e4ce0886c912847e /Misc/NEWS
parent9252287f2c9bc09fdc6bc729e13ac63935e4976e (diff)
downloadcpython-d79dc6216cf062a3eb0c100f8b546bf0a867e450.zip
cpython-d79dc6216cf062a3eb0c100f8b546bf0a867e450.tar.gz
cpython-d79dc6216cf062a3eb0c100f8b546bf0a867e450.tar.bz2
Issue #3660 (part of): fix a memory leak in _pickle.
Patch by Amaury Forgeot d'Arc, review by me.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 889cead..1bb4f6f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -80,6 +80,8 @@ C API
Library
-------
+- Issue #3660: fix a memory leak in the C accelerator of the pickle module.
+
- Issue #3160: the "bdist_wininst" distutils command didn't work.
- Issue #1658: tkinter changes dict size during iteration in both