mirror of
https://github.com/micropython/micropython.git
synced 2026-01-10 14:07:14 +01:00
Specifically, VM's small ints are 31 bit, while parser's only 28. There's already MP_OBJ_FITS_SMALL_INT(), so, for clarity, rename MP_FIT_SMALL_INT() to MP_PARSE_FITS_SMALL_INT().
26 KiB
26 KiB