summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>2008-11-25 21:11:54 (GMT)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>2008-11-25 21:11:54 (GMT)
commit5f95257ef9a4ec72963b6bb5f6b056a52d5c010f (patch)
tree49cba4d3def2ee9eee1cd692e558b35e469a76af /Misc
parent7317c1ef7aaba7deda66b7fa917d09e68d83635b (diff)
downloadcpython-5f95257ef9a4ec72963b6bb5f6b056a52d5c010f.zip
cpython-5f95257ef9a4ec72963b6bb5f6b056a52d5c010f.tar.gz
cpython-5f95257ef9a4ec72963b6bb5f6b056a52d5c010f.tar.bz2
#4373: Reference leak in the pickle module.
Reviewed by Brett Cannon.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index bc127e7..50a3331 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -22,6 +22,8 @@ Core and Builtins
Library
-------
+- Issue #4373: Corrected a potential reference leak in the pickle module.
+
- Issue #4382: dbm.dumb did not specify the expected file encoding for opened
files.