[issue45902] Bytes and bytesarrays can be sorted with a much faster count sort.

STINNER Victor report at bugs.python.org
Fri Nov 26 12:20:35 EST 2021


STINNER Victor <vstinner at python.org> added the comment:

There are other byte-like objects like memoryview or array.array (for some array types). I would suggest writing a function rather than a method.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue45902>
_______________________________________


More information about the Python-bugs-list mailing list