Skip to content

Commit

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

0 comments on commit cb7114a

Please sign in to comment.