Browse Source
If result guaranteedly fits in a small int, it is handled in objint.c. Otherwise, it is delegated to mp_obj_int_from_bytes_impl(), which should be implemented by individual objint_*.c, similar to mp_obj_int_to_bytes_impl().pull/2802/head
Paul Sokolovsky
8 years ago
3 changed files with 26 additions and 12 deletions
Loading…
Reference in new issue