mirror of
https://github.com/micropython/micropython.git
synced 2026-01-07 20:50:14 +01:00
INT_MAX used previosly is indeed max value for int, whereas on LP64 platforms, long is used for mp_int_t. Using MP_SMALL_INT_MAX is the correct way to do it anyway.
7.3 KiB
7.3 KiB