[Python-3000] PyInt_ to PyLong_ rename

Guido van Rossum guido at python.org
Tue Dec 4 22:21:40 CET 2007


On Dec 4, 2007 11:21 AM, Christian Heimes <lists at cheimes.de> wrote:
> Thomas Wouters wrote:
> > The removal of classic slices already added sys.maxsize, which is the max of
> > Py_ssize_t.
>
> Great. If I'm not mistaken the max of Py_ssize_t should be 2**31-1 on a
> 32bit system and 2**63-1 on a 64bit system, even on Win x64 and IA-64.
>
> Guido, it's your call. Should sys.maxint go?

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

-- 
--Guido van Rossum (home page: http://www.python.org/~guido/)


More information about the Python-3000 mailing list