[Python-checkins] r51500 - in python/branches/int_unification: Include/abstract.h Include/intobject.h Objects/abstract.c Objects/longobject.c

Guido van Rossum guido at python.org
Wed Aug 23 16:35:30 CEST 2006


On 8/23/06, Fredrik Lundh <fredrik at pythonware.com> wrote:
> > Log:
> > Make PyNumber_Long invoke nb_int, drop PyNumber_Int.
> > Also fix PyLong_FitsInLong.
>
> isn't this backwards?  shouldn't the new unified type be called Int?  or
> do you plan to fix the naming in a later step?

Yes, of course. Apparently you didn't read the thread on the
python-3000 list about this.

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


More information about the Python-checkins mailing list