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)
Raise an OverflowError if the input data is too large, instead of silently
truncating the input and returning an incorrect result.

1  2 
Lib/test/test_zlib.py
Misc/NEWS

Simple merge
diff --cc Misc/NEWS
Simple merge