]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
A bugfix for r61813, it would fail if the data size was >=2**32.
authorGregory P. Smith <greg@mad-scientist.com>
Sun, 23 Mar 2008 23:43:02 +0000 (23:43 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Sun, 23 Mar 2008 23:43:02 +0000 (23:43 +0000)
commitac830e932df1fdbdbc1ba928a27db1d321a23fcd
tree9db0788a1af744a7212256eb41d68d7d9f4ac5c3
parentbe446b4ab7f3040d9e0854119d2d44cd39a48d9e
A bugfix for r61813, it would fail if the data size was >=2**32.
Lib/gzip.py