Issue #6713: Improve performance of str(n) and repr(n) for integers n
(up to 3.1 times faster in tests), by special-casing base 10 in _PyLong_Format.
Showing
Please register or sign in to comment
(up to 3.1 times faster in tests), by special-casing base 10 in _PyLong_Format.