[issue23493] optimize sort_keys in json module by using operator.itemgetter()

STINNER Victor report at bugs.python.org
Thu Sep 2 12:04:31 EDT 2021


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

> I am wondering why the change was not backported to 3.6 and 3.7?

These branches no longer accept optimizations or bugfixes, only security fixes:
https://devguide.python.org/#status-of-python-branches

----------

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


More information about the Python-bugs-list mailing list