Staging
v0.5.1
https://github.com/python/cpython
Revision dfea1bb7edece3bfadb9ae700b4d08b2495769d8 authored by Anthony Baxter on 30 November 2003, 01:45:20 UTC, committed by Anthony Baxter on 30 November 2003, 01:45:20 UTC
Fix a bug discovered by Kalle Svensson: comparing sys.maxint to
2**32-1 makes no sense.  Use 2**31-1 instead.
1 parent c4f9ad5
History
Tip revision: dfea1bb7edece3bfadb9ae700b4d08b2495769d8 authored by Anthony Baxter on 30 November 2003, 01:45:20 UTC
backport:
Tip revision: dfea1bb
File Mode Size
Demo
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Python
RISCOS
Tools
.cvsignore -rw-r--r-- 109 bytes
.hgtags -rw-r--r-- 2.3 KB
LICENSE -rw-r--r-- 12.7 KB
Makefile.pre.in -rw-r--r-- 31.1 KB
README -rw-r--r-- 48.2 KB
aclocal.m4 -rw-r--r-- 2.1 KB
configure -rwxr-xr-x 522.9 KB
configure.in -rw-r--r-- 83.4 KB
install-sh -rwxr-xr-x 7.0 KB
pyconfig.h.in -rw-r--r-- 24.5 KB
setup.py -rw-r--r-- 50.7 KB

README

back to top