Staging
v0.5.1
https://github.com/python/cpython
Revision a05f6e244a452a4a5ee647f6e1fc9ce01a13d696 authored by Tim Peters on 02 August 2006, 05:20:08 UTC, committed by Tim Peters on 02 August 2006, 05:20:08 UTC
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.
1 parent 99dfe3c
History
Tip revision: a05f6e244a452a4a5ee647f6e1fc9ce01a13d696 authored by Tim Peters on 02 August 2006, 05:20:08 UTC
_Stream.close(): Try to kill struct.pack() warnings when
Tip revision: a05f6e2
File Mode Size
Demo
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
PCbuild8
Parser
Python
RISCOS
Tools
.hgtags -rw-r--r-- 3.1 KB
LICENSE -rw-r--r-- 13.2 KB
Makefile.pre.in -rw-r--r-- 34.2 KB
README -rw-r--r-- 53.5 KB
configure -rwxr-xr-x 623.0 KB
configure.in -rw-r--r-- 94.0 KB
install-sh -rwxr-xr-x 7.0 KB
pyconfig.h.in -rw-r--r-- 26.4 KB
setup.py -rw-r--r-- 65.4 KB

README

back to top