diff options
author | Damien George <damien.p.george@gmail.com> | 2018-04-05 01:11:26 +1000 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2018-04-05 01:11:26 +1000 |
commit | f1df86a0177c77769d73bc477570580b4f705acf (patch) | |
tree | a404d728c466239741dfca2550979a2ff0c1f896 /tests/micropython/extreme_exc.py | |
parent | 5995a199a327b81553189d53035c586d7b0249dc (diff) |
py/objint: Simplify LHS arg type checking in int binary op functions.
The LHS passed to mp_obj_int_binary_op() will always be an integer, either
a small int or a big int, so the test for this type doesn't need to include
an "other, unsupported type" case.
Diffstat (limited to 'tests/micropython/extreme_exc.py')
0 files changed, 0 insertions, 0 deletions