mirror of
https://github.com/micropython/micropython.git
synced 2026-01-07 20:50: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().
3.4 KiB
3.4 KiB