• Tim Peters's avatar
    Another stab at SF 576327: zipfile when sizeof(long) == 8 · 934c1a1c
    Tim Peters yazdı
    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.
    934c1a1c
binascii.c 40.7 KB