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

STINNER Victor report at bugs.python.org
Mon Feb 23 12:09:48 CET 2015


STINNER Victor added the comment:

Oh, forget my comment. sorted() never changes the input list, so the microbenchmark is ok.

----------

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


More information about the Python-bugs-list mailing list