9d164965c9
It turns out `mp_obj_int_get_checked` is not appropriate to call when the argument is not of int or long type--the "checked" refers to guarding against overflow/underflow, not type checking. For compatibility with CPython, handle float arguments. Closes: #2069 |
||
---|---|---|
.. | ||
__init__.c | ||
__init__.h |