A bugfix for r61813, it would fail if the data size was >=2**32.
commit3d813cfc206c515f4779f4bc48aa7d4feb60c625
authorgregory.p.smith <gregory.p.smith@6015fed2-1504-0410-9fe1-9d1591cc4771>
Sun, 23 Mar 2008 23:43:02 +0000 (23 23:43 +0000)
committergregory.p.smith <gregory.p.smith@6015fed2-1504-0410-9fe1-9d1591cc4771>
Sun, 23 Mar 2008 23:43:02 +0000 (23 23:43 +0000)
treeba778b41d0ab86ca961d317a14c1193aeb1dd3da
parenta77c0a7a0d438358bf09245e0c97c0d5b33c4912
A bugfix for r61813, it would fail if the data size was >=2**32.

git-svn-id: http://svn.python.org/projects/python/trunk@61821 6015fed2-1504-0410-9fe1-9d1591cc4771
Lib/gzip.py