As per Armin Rigo's suggestion, remove special handing from intobject.c to...
As per Armin Rigo's suggestion, remove special handing from intobject.c to deal with the peculiarities of classobject's implementation of the number protocol. The nb_long method of classobject now falls back to nb_int if there is no __long__ attribute present.
Showing
Please register or sign in to comment