]> granicus.if.org Git - python/commit
Issue #10276: test_zlib checks that inputs of 2 GB are handled correctly by
authorVictor Stinner <victor.stinner@haypocalc.com>
Tue, 3 May 2011 13:19:23 +0000 (15:19 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Tue, 3 May 2011 13:19:23 +0000 (15:19 +0200)
commitf9fb43492cf22f4047528345a978479bca326161
tree1290aae493d756237e5416cd0ec5ddcc94ec4e7d
parent0a92d1849e17dd4008f0d190ecc47b5c55260f3b
Issue #10276: test_zlib checks that inputs of 2 GB are handled correctly by
crc32() and adler32(). Patch written by Steffen Daode Nurpmeso.
Lib/test/test_zlib.py