]> granicus.if.org Git - python/commit
[Patch #1350573] zlib.crc32 doesn't handle 0xffffffff seed. Add tests and bugfix...
authorAndrew M. Kuchling <amk@amk.ca>
Tue, 22 Nov 2005 15:32:28 +0000 (15:32 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Tue, 22 Nov 2005 15:32:28 +0000 (15:32 +0000)
commitbb7e800506c5d27c9105bc47b09ac368dddb4492
tree56a9dc2b46da91e29afce8ce51d208bc73864427
parentb2a739d19b53af948ffe4bc1d4cd03e6ab70928c
[Patch #1350573] zlib.crc32 doesn't handle 0xffffffff seed.  Add tests and bugfix.  Bug reported by John Schmidt; bugfix by Danny Yoo.
Lib/test/test_zlib.py
Modules/zlibmodule.c