bpo-31979: Simplify transforming decimals to ASCII (#4336)
in int(), float() and complex() parsers. This also speeds up parsing non-ASCII numbers by around 20%.
Showing
Please register or sign in to comment
in int(), float() and complex() parsers. This also speeds up parsing non-ASCII numbers by around 20%.