Browse Source
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.pull/2942/head
Paul Sokolovsky
8 years ago
3 changed files with 3 additions and 2 deletions
@ -1,2 +1,2 @@ |
|||
# Check whether arbitrary-precision integers (MPZ) are supported |
|||
1000000000000000000000000000000000000000000000 |
|||
print(1000000000000000000000000000000000000000000000) |
|||
|
@ -0,0 +1 @@ |
|||
1000000000000000000000000000000000000000000000 |
Loading…
Reference in new issue