Staging
v0.8.1
https://github.com/python/cpython
Revision a37d4c693a024154093b36a612810c3bd72d9254 authored by Christian Heimes on 04 December 2007, 23:02:19 UTC, committed by Christian Heimes on 04 December 2007, 23:02:19 UTC
I replaced sys.maxint with sys.maxsize in Lib/*.py. Does anybody see a problem with the change on Win 64bit platforms? Win 64's long is just 32bit but the sys.maxsize is now 2**63-1 on every 64bit platform.
Also added docs for sys.maxsize.
1 parent 327858e
History
Tip revision: a37d4c693a024154093b36a612810c3bd72d9254 authored by Christian Heimes on 04 December 2007, 23:02:19 UTC
Removed PyInt_GetMax and sys.maxint
Tip revision: a37d4c6
File Mode Size
c-api
data
distutils
documenting
extending
howto
includes
install
library
reference
tools
tutorial
using
whatsnew
ACKS.txt -rw-r--r-- 3.4 KB
Makefile -rw-r--r-- 1.8 KB
README.txt -rw-r--r-- 4.4 KB
TODO.txt -rw-r--r-- 134 bytes
about.rst -rw-r--r-- 1.2 KB
bugs.rst -rw-r--r-- 2.9 KB
conf.py -rw-r--r-- 1.7 KB
contents.rst -rw-r--r-- 421 bytes
copyright.rst -rw-r--r-- 451 bytes
glossary.rst -rw-r--r-- 20.8 KB
license.rst -rw-r--r-- 31.1 KB

README.txt

back to top