mirror of
https://github.com/micropython/micropython.git
synced 2026-01-09 13:40:31 +01:00
We likely should make mp_obj_new_int() inline, and rely on its encapsulated check rather than inline checks everywhere explicitly. Also, parser for big small int values is still broken.