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

Fredrik Lundh fredrik at pythonware.com
Fri Aug 25 11:47:36 CEST 2006


Guido van Rossum wrote:

>> > 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.

so many mailing lists, so little time.

maybe it would be a good idea to mark Py3K-specific experiments in the
main SVN in some way (e.g. add a brief note to the checkin messages, as
I think we did in Reykjavik).

</F> 





More information about the Python-checkins mailing list