]> granicus.if.org Git - python/commit
Merge: #8650: Make zlib.[de]compressobj().[de]compress() 64-bit clean.
authorNadeem Vawda <nadeem.vawda@gmail.com>
Sat, 14 May 2011 22:23:40 +0000 (00:23 +0200)
committerNadeem Vawda <nadeem.vawda@gmail.com>
Sat, 14 May 2011 22:23:40 +0000 (00:23 +0200)
commitccb33bf0028e966a7b0a3d67f6a83a8bf2cddcff
tree74c1f1621a98022311e564357e110b5bd3335c21
parent3196efe1a5497e7415af05b809c37c3fcd77ef46
parent565d659dcd97af786a2422c36308f453958f4077
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.
Misc/NEWS