This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author martin.panter
Recipients Ben Cipollini, Matthew.Brett, martin.panter, nadeem.vawda, serhiy.storchaka, twouters
Date 2015-11-16.20:42:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1447706563.03.0.744993745069.issue25626@psf.upfronthosting.co.za>
In-reply-to
Content
3.4 shouldn’t be affected by the gzip regression. In 3.4 the gzip module does not set max_length to limit the decompression size.

In 3.4 the underlying zlib module will also raise OverflowError if max_lenth=2**32, and my patch could be applied, but I don’t think it is worth it at this stage.
History
Date User Action Args
2015-11-16 20:42:43martin.pantersetrecipients: + martin.panter, twouters, nadeem.vawda, serhiy.storchaka, Matthew.Brett, Ben Cipollini
2015-11-16 20:42:43martin.pantersetmessageid: <1447706563.03.0.744993745069.issue25626@psf.upfronthosting.co.za>
2015-11-16 20:42:43martin.panterlinkissue25626 messages
2015-11-16 20:42:42martin.pantercreate