With this change, the conversion to integers happens once per item, rather than potentially multiple times per item during the sort comparisons. For string-wise sorting, it defaults to the natural sort behavior of lists in Python, which is string-wise.
Fixes # (issue)
Description
With this change, the conversion to integers happens once per item, rather than potentially multiple times per item during the sort comparisons. For string-wise sorting, it defaults to the natural sort behavior of lists in Python, which is string-wise. Fixes # (issue)