Issue #8650: Make zlib.[de]compressobj().[de]compress() 64-bit clean.
authorNadeem Vawda <nadeem.vawda@gmail.com>
Sat, 14 May 2011 22:19:50 +0000 (00:19 +0200)
committerNadeem Vawda <nadeem.vawda@gmail.com>
Sat, 14 May 2011 22:19:50 +0000 (00:19 +0200)
commit0c3d96ae1dccc081fbc2a8c50ba6e41fbdc384de
treefa2ae7dc67ef7fcc9d56e29929ba1472a1333c69
parent84aacf89125aa46b361a4eb3e3446db4c61eade0
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.
Lib/test/test_zlib.py
Misc/NEWS
Modules/zlibmodule.c