Damien George
|
d387ae3444
|
py/objint_mpz: Catch and reject @ and @= operating on big integers.
This will also catch / and /= when float support is disabled.
Fixes issue #10544.
Signed-off-by: Damien George <damien@micropython.org>
|
2023-01-23 13:03:51 +11:00 |
Damien George
|
0988b14cd6
|
tests/basics/int_big_error.py: Use bytearray to test for int overflow.
In Python 3.7 "1 >> (big int)" is now allowed, it no longer raises an
OverflowError. So use bytearray to test big-int conversion overflow.
|
2018-08-17 15:43:47 +10:00 |
Damien George
|
e5635f4ab3
|
py: Catch all cases of integer (big and small) division by zero.
|
2015-10-01 22:48:48 +01:00 |
Damien George
|
a81539db25
|
tests: Add further tests for mpz code.
|
2015-10-01 18:49:37 +01:00 |
Damien George
|
086a7616dd
|
tests: Add tests for boundmeth; and bignum cmp, unary, float, error.
|
2015-03-03 16:45:39 +00:00 |