]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Merge: #8650: Make zlib.[de]compressobj().[de]compress() 64-bit clean.
authorNadeem Vawda <nadeem.vawda@gmail.com>
Sat, 14 May 2011 22:20:52 +0000 (00:20 +0200)
committerNadeem Vawda <nadeem.vawda@gmail.com>
Sat, 14 May 2011 22:20:52 +0000 (00:20 +0200)
commit565d659dcd97af786a2422c36308f453958f4077
tree0b9b82876151e2ec7983a20a735207f3690d00eb
parent95e686686f600e6df18c32a5e808949517655868
parent0c3d96ae1dccc081fbc2a8c50ba6e41fbdc384de
Merge: #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.
Lib/test/test_zlib.py
Misc/NEWS