Staging
v0.5.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

README

back to top