]> git.ipfire.org Git - thirdparty/Python/cpython.git/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:39:05 +0000 (15:39 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Tue, 22 Nov 2005 15:39:05 +0000 (15:39 +0000)
commit4e2a4ff6079db5e2115d8879fa511ecde161eae9
treecf73e14f568de73d19e448c3773a93fd99df171a
parentc6f6cb74af3b07adb4da2172b128da51afe00ebe
[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