This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author msullivan
Recipients msullivan
Date 2019-05-23.00:32:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1558571544.48.0.863461247465.issue37017@roundup.psfhosted.org>
In-reply-to
Content
The different varieties of PyObject_CallMethod* routines all operate by doing a PyObject_GetAttr to fetch an object to call. It seems likely to be worthwhile to take advantage of the LOAD_METHOD optimization that avoids creating a bound method object when calling a method.
History
Date User Action Args
2019-05-23 00:32:24msullivansetrecipients: + msullivan
2019-05-23 00:32:24msullivansetmessageid: <1558571544.48.0.863461247465.issue37017@roundup.psfhosted.org>
2019-05-23 00:32:24msullivanlinkissue37017 messages
2019-05-23 00:32:24msullivancreate