Skip to content

Commit

Permalink
Update Python/codecs.c
Browse files Browse the repository at this point in the history
  • Loading branch information
picnixz authored Feb 9, 2025
1 parent cb7114a commit c624693
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Python/codecs.c
Original file line number Diff line number Diff line change
Expand Up @@ -742,8 +742,8 @@ codec_handler_unicode_log10_max(Py_UCS4 ch, uint64_t *base, uint64_t *digits)
if (digits != NULL) { \
*digits = (D); \
} \
return; \
} \
return; \
} while (0)
MAKE_BRANCH(1, 10);
MAKE_BRANCH(2, 100);
Expand Down

0 comments on commit c624693

Please sign in to comment.