-
-
Notifications
You must be signed in to change notification settings - Fork 33.5k
Closed as not planned
Labels
type-featureA feature request or enhancementA feature request or enhancement
Description
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.
Metadata
Metadata
Assignees
Labels
type-featureA feature request or enhancementA feature request or enhancement