Staging
v0.5.1
https://github.com/python/cpython
Revision acbd6420e35754d31039e53333171f3ee50fcdc6 authored by Neal Norwitz on 23 March 2008, 05:08:37 UTC, committed by Neal Norwitz on 23 March 2008, 05:08:37 UTC
which made the return value signed.  On the Alpha that also lost data
since sizeof(int) != sizeof(long) and apparently adler32/crc32 return
64 bits of data.  This change keeps the signedness and continues to store the
data in a long rather than an int as was the case before r61449.
1 parent 3bda069
History
Tip revision: acbd6420e35754d31039e53333171f3ee50fcdc6 authored by Neal Norwitz on 23 March 2008, 05:08:37 UTC
Fix test_tarfile failures on Alpha (Tru64). The problem was caused in r61449
Tip revision: acbd642
File Mode Size
Demo
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Python
RISCOS
Tools
.hgtags -rw-r--r-- 3.3 KB
LICENSE -rw-r--r-- 13.4 KB
Makefile.pre.in -rw-r--r-- 36.4 KB
README -rw-r--r-- 55.0 KB
configure -rwxr-xr-x 642.4 KB
configure.in -rw-r--r-- 98.1 KB
install-sh -rwxr-xr-x 7.0 KB
pyconfig.h.in -rw-r--r-- 28.3 KB
setup.py -rw-r--r-- 73.3 KB

README

back to top