summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorChris Withers <chris@simplistix.co.uk>2012-11-09 15:48:17 (GMT)
committerChris Withers <chris@simplistix.co.uk>2012-11-09 15:48:17 (GMT)
commit2cc0b07a4c5a4841ebc436698b1c9c2b1a9d8350 (patch)
treead599909b53ed915bb99e177ab54d7dd76338f9d /Misc
parentdc118790de7e608851e646d8b28020122707d31a (diff)
downloadcpython-2cc0b07a4c5a4841ebc436698b1c9c2b1a9d8350.zip
cpython-2cc0b07a4c5a4841ebc436698b1c9c2b1a9d8350.tar.gz
cpython-2cc0b07a4c5a4841ebc436698b1c9c2b1a9d8350.tar.bz2
Bug #16441: avoid excessive memory usage working with large gzip files
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index d8821b0..381b1fc 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -464,6 +464,9 @@ Library
- Issue #6884: Fix long-standing bugs with MANIFEST.in parsing in distutils
on Windows.
+- Issue #16441: Avoid excessive memory usage working with large gzip
+ files using the gzip module.
+
Extension Modules
-----------------