]> granicus.if.org Git - python/commit
Issue #10276: Fix the results of zlib.crc32() and zlib.adler32() on buffers
authorAntoine Pitrou <solipsis@pitrou.net>
Mon, 21 Feb 2011 18:03:13 +0000 (18:03 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Mon, 21 Feb 2011 18:03:13 +0000 (18:03 +0000)
commit54f0f84e9f8174f7ad05eb41edf45287ac0c98c4
tree75f1ce69817a29464c98f2d359977fea81c1d3d6
parent2cef949c9d82e7f6bc1bd4b754a325a3e435755a
Issue #10276: Fix the results of zlib.crc32() and zlib.adler32() on buffers
larger than 4GB.  Patch by Nadeem Vawda.
Lib/test/test_zlib.py
Misc/NEWS
Modules/zlibmodule.c