diff options
author | Tim Peters <tim.peters@gmail.com> | 2006-08-02 05:20:08 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2006-08-02 05:20:08 (GMT) |
commit | a05f6e244a452a4a5ee647f6e1fc9ce01a13d696 (patch) | |
tree | a65e78bc7bf3606e4cb26d2ba42557ae6765bd13 /Python/fmod.c | |
parent | 99dfe3c411bdaa835075a27fdccefef13d88e214 (diff) | |
download | cpython-a05f6e244a452a4a5ee647f6e1fc9ce01a13d696.zip cpython-a05f6e244a452a4a5ee647f6e1fc9ce01a13d696.tar.gz cpython-a05f6e244a452a4a5ee647f6e1fc9ce01a13d696.tar.bz2 |
_Stream.close(): Try to kill struct.pack() warnings when
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.
Diffstat (limited to 'Python/fmod.c')
0 files changed, 0 insertions, 0 deletions