commit | 0c3d96ae1dccc081fbc2a8c50ba6e41fbdc384de | [log] [tgz] |
---|---|---|
author | Nadeem Vawda <nadeem.vawda@gmail.com> | Sun May 15 00:19:50 2011 +0200 |
committer | Nadeem Vawda <nadeem.vawda@gmail.com> | Sun May 15 00:19:50 2011 +0200 |
tree | fa2ae7dc67ef7fcc9d56e29929ba1472a1333c69 | |
parent | 84aacf89125aa46b361a4eb3e3446db4c61eade0 [diff] |
Issue #8650: Make zlib.[de]compressobj().[de]compress() 64-bit clean. Raise an OverflowError if the input data is too large, instead of silently truncating the input and returning an incorrect result.