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 jdemeyer
Recipients jdemeyer, methane
Date 2019-06-19.13:11:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1560949886.12.0.141775384689.issue37340@roundup.psfhosted.org>
In-reply-to
Content
> 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.
History
Date User Action Args
2019-06-19 13:11:26jdemeyersetrecipients: + jdemeyer, methane
2019-06-19 13:11:26jdemeyersetmessageid: <1560949886.12.0.141775384689.issue37340@roundup.psfhosted.org>
2019-06-19 13:11:26jdemeyerlinkissue37340 messages
2019-06-19 13:11:26jdemeyercreate