We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43384ad commit ca7af9aCopy full SHA for ca7af9a
1 file changed
py/parsenum.c
@@ -92,7 +92,7 @@ mp_obj_t mp_parse_num_integer(const char *restrict str_, size_t len, int base, m
92
break;
93
}
94
95
- if (dig >= base) {
+ if (dig >= (mp_uint_t)base) {
96
97
98
0 commit comments