Staging
v0.8.1
https://github.com/python/cpython
Revision f0e717bdb1729ba93f8f2524962ee95ab1d7d425 authored by Tim Peters on 08 April 2001, 23:39:38 UTC, committed by Tim Peters on 08 April 2001, 23:39:38 UTC
where sizeof(long)==8.  This *was* broken on boxes where signed right
shifts didn't sign-extend, but not elsewhere.  Unfortunately, apart
from the Cray T3E I don't know of such a box, and Guido has so far
refused to buy me any Cray machines for home Python testing <wink>.

More immediately interesting would be if someone could please test
this on *any* sizeof(long)==8 box, to make sure I didn't break it.
1 parent 9cec8fb
History
Tip revision: f0e717bdb1729ba93f8f2524962ee95ab1d7d425 authored by Tim Peters on 08 April 2001, 23:39:38 UTC
Repair portability of sign extension when reading signed ints on boxes
Tip revision: f0e717b
File Mode Size
Demo
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Python
RISCOS
Tools
.cvsignore -rw-r--r-- 79 bytes
.hgtags -rw-r--r-- 1.9 KB
LICENSE -rw-r--r-- 9.2 KB
Makefile.pre.in -rw-r--r-- 21.7 KB
README -rw-r--r-- 37.9 KB
acconfig.h -rw-r--r-- 6.0 KB
config.h.in -rw-r--r-- 16.5 KB
configure -rwxr-xr-x 176.9 KB
configure.in -rw-r--r-- 35.9 KB
install-sh -rwxr-xr-x 5.5 KB
setup.py -rw-r--r-- 24.5 KB

README

back to top