]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
backport tim_one's checkin of
authorMichael W. Hudson <mwh@python.net>
Wed, 25 Sep 2002 10:25:14 +0000 (10:25 +0000)
committerMichael W. Hudson <mwh@python.net>
Wed, 25 Sep 2002 10:25:14 +0000 (10:25 +0000)
commit85bcbc33f047ff0a66a0ad2e43829fffd4b803af
tree6fb95afb4231bb02c37a630e746b788fd4e66a86
parentf5cdacfa91067594de16028e057eace3e8c30040
backport tim_one's checkin of
    revision 2.36 of binascii.c

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.

--------

More whitespace cleanup related conflict removal... sigh.
Modules/binascii.c