mirror of
https://github.com/micropython/micropython.git
synced 2026-03-11 19:30:28 +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.