]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Another stab at SF 576327: zipfile when sizeof(long) == 8
authorTim Peters <tim.peters@gmail.com>
Tue, 2 Jul 2002 22:24:50 +0000 (22:24 +0000)
committerTim Peters <tim.peters@gmail.com>
Tue, 2 Jul 2002 22:24:50 +0000 (22:24 +0000)
commit934c1a1c6b13ba27baf75d206a842cefda99f771
tree76ea85507b772200006ee373d43eb00216abb9af
parentaab713bdf7380c1b618655cfd1b284c83a9b5d58
Another stab at SF 576327: zipfile when sizeof(long) == 8
binascii_crc32():  The previous patch forced this to return the same
result across platforms.  This patch deals with that, on a 64-bit box,
the *entry* value may have "unexpected" bits in the high four bytes.

Bugfix candidate.
Modules/binascii.c