PythonExtra/tests/feature_check/int_big.py
Paul Sokolovsky 854bb322bf tests/feature_check/int_big: Rework "big int" detection.
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.
2017-03-10 02:11:43 +01:00

3 lines
119 B
Python

# Check whether arbitrary-precision integers (MPZ) are supported
print(1000000000000000000000000000000000000000000000)