Message254754
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. |
|
| Date |
User |
Action |
Args |
| 2015-11-16 20:42:43 | martin.panter | set | recipients:
+ martin.panter, twouters, nadeem.vawda, serhiy.storchaka, Matthew.Brett, Ben Cipollini |
| 2015-11-16 20:42:43 | martin.panter | set | messageid: <[email protected]> |
| 2015-11-16 20:42:43 | martin.panter | link | issue25626 messages |
| 2015-11-16 20:42:42 | martin.panter | create | |
|