You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
py/objint_longlong: Fix overflow check in mp_obj_int_get_checked.
This is to fix an outstanding TODO. The test cases is using a
range as this will exist in all builds, but mp_obj_get_int
is used in many different parts of code where an overflow
is more likely to occur.
Signed-off-by: Yoctopuce dev <dev@yoctopuce.com>
0 commit comments