Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-09-26 | py/mpz: Skip separators when running out of digits to print. | Alessandro Gatti | |
This commit fixes the addition of a stray separator before the number when printing an MPZ-backed integer and the first group is three digits long. This fixes #8984. Signed-off-by: Alessandro Gatti <a.gatti@frob.it> |