]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
crc32 always returns unsigned. cleanup the code a bit and revert r61648 with
authorGregory P. Smith <greg@mad-scientist.com>
Thu, 20 Mar 2008 06:20:09 +0000 (06:20 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Thu, 20 Mar 2008 06:20:09 +0000 (06:20 +0000)
commit2727503bc9c7df0093d8920713fdb5ae4db65a98
tree1865acbc48313832f649873366f9279808fb6567
parent97797a9c3c69add56faefb8c4e5d029618f5bcb2
crc32 always returns unsigned.  cleanup the code a bit and revert r61648 with
the proper fix.
Lib/test/test_zlib.py
Modules/binascii.c
Modules/zlibmodule.c