commit | 8956271f11a135e33b0ba99bac48118e337304f6 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Fri May 07 17:04:02 2010 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Fri May 07 17:04:02 2010 +0000 |
tree | e418df28d919de55f50b4d8dc45f1af880b55da5 | |
parent | 02a004ea1de27a456cc1471b4d13a9ba8a0c7ce6 [diff] |
Merged revisions 80926 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r80926 | antoine.pitrou | 2010-05-07 18:50:34 +0200 (ven., 07 mai 2010) | 5 lines Issue #8571: Fix an internal error when compressing or decompressing a chunk larger than 1GB with the zlib module's compressor and decompressor objects. ........