[issue37340] remove free_list for bound method objects

Raymond Hettinger report at bugs.python.org
Tue Apr 28 15:21:48 EDT 2020


Raymond Hettinger <raymond.hettinger at gmail.com> added the comment:

This caused a performance regression (70%) for a fundamental operation.  See issue 37340.

Sometimes, bound methods are used directly and not through LOAD_METHOD:

     sorted(data, key=str.upper)

----------
nosy: +rhettinger
status: closed -> open

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


More information about the Python-bugs-list mailing list