You've already forked Core2forAWS-MicroPython
mirror of
https://github.com/m5stack/Core2forAWS-MicroPython.git
synced 2026-05-20 10:30:31 -07:00
854bb322bf
MICROPY_LONGINT_IMPL_LONGLONG doesn't have overflow detection, so just parsing a large number won't give an error, we need to print it out to check that the whole number was parsed.
3 lines
119 B
Python
3 lines
119 B
Python
# Check whether arbitrary-precision integers (MPZ) are supported
|
|
print(1000000000000000000000000000000000000000000000)
|