Copy CPython PyInt_AsLong implementation with some Pyston modifications
Pyston's PyInt_AsLong implementation didn't check tp_as_number->nb_int, use CPython implementation with some Pyston modifications to avoid recursive call.
Showing
Please register or sign in to comment