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

Fredrik Lundh fredrik at pythonware.com
Wed Aug 23 09:41:01 CEST 2006


martin.v.loewis wrote:

> Modified:
>    python/branches/int_unification/Include/abstract.h
>    python/branches/int_unification/Include/intobject.h
>    python/branches/int_unification/Objects/abstract.c
>    python/branches/int_unification/Objects/longobject.c
> 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?

</F>



More information about the Python-checkins mailing list