Problems have been reported with CPython's algorithms for converting int to str and vice versa:
#95778
https://discuss.python.org/t/int-str-conversions-broken-in-latest-python-bugfix-releases/18889
Better algorithms can be used e.g.:
https://discuss.python.org/t/int-str-conversions-broken-in-latest-python-bugfix-releases/18889/14?u=oscarbenjamin
This issue is to track the implementation of subquadratic complexity algorithms for base conversion in CPython.
Problems have been reported with CPython's algorithms for converting int to str and vice versa:
#95778
https://discuss.python.org/t/int-str-conversions-broken-in-latest-python-bugfix-releases/18889
Better algorithms can be used e.g.:
https://discuss.python.org/t/int-str-conversions-broken-in-latest-python-bugfix-releases/18889/14?u=oscarbenjamin
This issue is to track the implementation of subquadratic complexity algorithms for base conversion in CPython.