Skip to content
Snippets Groups Projects
Commit f1df86a0 authored by Damien George's avatar Damien George
Browse files

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.
parent 5995a199
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment