Skip to content

Commit cb7114a

Browse files
authored
Fix tests
1 parent 0c9d5ad commit cb7114a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Python/codecs.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -743,6 +743,7 @@ codec_handler_unicode_log10_max(Py_UCS4 ch, uint64_t *base, uint64_t *digits)
743743
*digits = (D); \
744744
} \
745745
} \
746+
return; \
746747
} while (0)
747748
MAKE_BRANCH(1, 10);
748749
MAKE_BRANCH(2, 100);

0 commit comments

Comments
 (0)