• Tim Peters's avatar
    _Stream.close(): Try to kill struct.pack() warnings when · a05f6e24
    Tim Peters yazdı
    writing the crc to file on the "PPC64 Debian trunk" buildbot
    when running test_tarfile.
    
    This is again a case where the native zlib crc is an unsigned
    32-bit int, but the Python wrapper implicitly casts it to
    signed C long, so that "the sign bit looks different" on
    different platforms.
    a05f6e24
tarfile.py 72 KB