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: #2069crypto-aes
parent
85d7398476
commit
9d164965c9
Loading…
Reference in new issue