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 yselivanov
Recipients BTaskaya, Mark.Shannon, barry, corona10, methane, nascheme, pablogsal, yselivanov
Date 2020-12-17.20:22:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1608236568.64.0.152222858058.issue42115@roundup.psfhosted.org>
In-reply-to
Content
> I will try to do some prototyping around that to see how much can we gain in that route. In any case, adding LOAD_METHOD support for all kinds of calls should be an improvement by itself even without caching, no?

Exactly.

As one argument for generalizing of LOAD_METHOD is that I, for example, try not to use kwargs in hot paths because I know it will be slower, which feels very wrong. I shouldn't care of internal implementation details of CPython and focus on writing readable code.
History
Date User Action Args
2020-12-17 20:22:48yselivanovsetrecipients: + yselivanov, barry, nascheme, methane, Mark.Shannon, corona10, pablogsal, BTaskaya
2020-12-17 20:22:48yselivanovsetmessageid: <1608236568.64.0.152222858058.issue42115@roundup.psfhosted.org>
2020-12-17 20:22:48yselivanovlinkissue42115 messages
2020-12-17 20:22:48yselivanovcreate