Martin Panter added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue25626>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to