[issue37340] remove free_list for bound method objects

Jeroen Demeyer report at bugs.python.org
Wed Jun 19 09:11:26 EDT 2019


Jeroen Demeyer <J.Demeyer at UGent.be> added the comment:

> I will run pyperformance again after bpo-37337 is merged.

Good idea. bpo-37337 removes many calls of _PyObject_CallMethodId() which does NOT use the LOAD_METHOD optimization.

----------

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


More information about the Python-bugs-list mailing list