diff options
author | Damien George <damien.p.george@gmail.com> | 2015-10-01 18:01:37 +0100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2015-10-01 18:01:37 +0100 |
commit | 2f4e8511cd602a6110b3636c316b5cac21181bf3 (patch) | |
tree | 7ddc5f639b548161b2f4650a047cd9c1cd8a7f0e /tests/float/int_divzero.py | |
parent | 4c02e54298b0f955c5d60023310b724baa890d67 (diff) | |
download | micropython-2f4e8511cd602a6110b3636c316b5cac21181bf3.tar.gz micropython-2f4e8511cd602a6110b3636c316b5cac21181bf3.zip |
py/mpz: Force rhs of mpz_shl_inpl/mpz_shr_inpl to be unsigned.
Python semantics are that rhs of shift must be non-negative, so there's
no need to handle negative values in the underlying mpz implementation.
Diffstat (limited to 'tests/float/int_divzero.py')
0 files changed, 0 insertions, 0 deletions