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

Serhiy Storchaka report at bugs.python.org
Tue Feb 24 22:05:40 CET 2015


Serhiy Storchaka added the comment:

May be there is a time to optimize creating Python frames (at least for the 
case when one frame is created and destroyed multiple times). May be frame 
pool? Or cached one frame per function?

----------

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


More information about the Python-bugs-list mailing list