[Python-3000] PyInt_ to PyLong_ rename

Christian Heimes lists at cheimes.de
Wed Dec 5 00:13:19 CET 2007


Guido van Rossum wrote:
> OK, with sys.maxsize as the logical replacement, it can go. Make sure
> to fix everything that breaks before submitting though!

I've removed sys.maxint and replaced sys.maxint with sys.maxsize. Does
anybody see a problem with the Windows 64bit platform? AFAIK it's the
only platform where sys.maxint != sys.maxsize.

Christian



More information about the Python-3000 mailing list