-
- Downloads
py/objint: Rename mp_obj_int_as_float to mp_obj_int_as_float_impl.
And also simplify it to remove the check for small int. This can be done because this function is only ever called if the argument is not a small int.
Showing
- py/obj.c 6 additions, 2 deletionspy/obj.c
- py/obj.h 0 additions, 3 deletionspy/obj.h
- py/objint.c 0 additions, 6 deletionspy/objint.c
- py/objint.h 1 addition, 0 deletionspy/objint.h
- py/objint_longlong.c 4 additions, 7 deletionspy/objint_longlong.c
- py/objint_mpz.c 4 additions, 7 deletionspy/objint_mpz.c
Loading
Please register or sign in to comment