]> granicus.if.org Git - python/commit
Issue #8571: Fix an internal error when compressing or decompressing a
authorAntoine Pitrou <solipsis@pitrou.net>
Fri, 7 May 2010 16:50:34 +0000 (16:50 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Fri, 7 May 2010 16:50:34 +0000 (16:50 +0000)
commit3843cd8e86673ce8969c6e948cd15735168882d3
tree50bde3198b1e1ddb3382c8d12859b7ccfb3eac6c
parent4fedbce55a41126f34e18f3ccf8d51960dda5d75
Issue #8571: Fix an internal error when compressing or decompressing a
chunk larger than 1GB with the zlib module's compressor and decompressor
objects.
Lib/test/test_zlib.py
Misc/NEWS
Modules/zlibmodule.c