commit | 54f0f84e9f8174f7ad05eb41edf45287ac0c98c4 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Mon Feb 21 18:03:13 2011 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Mon Feb 21 18:03:13 2011 +0000 |
tree | 75f1ce69817a29464c98f2d359977fea81c1d3d6 | |
parent | 2cef949c9d82e7f6bc1bd4b754a325a3e435755a [diff] |
Issue #10276: Fix the results of zlib.crc32() and zlib.adler32() on buffers larger than 4GB. Patch by Nadeem Vawda.