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 kj
Recipients kj
Date 2021-08-11.12:43:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1628685800.71.0.329647990646.issue44889@roundup.psfhosted.org>
In-reply-to
Content
Possible specializations:

- LOAD_METHOD_CACHED
Cache the method. We only need to check that type(o) and o.__dict__ was not modified.

- LOAD_METHOD_CLASS
For classmethods. Less speedup expected.

- LOAD_METHOD_MODULE
For module methods. Uncommon (<10%).

Please see https://github.com/faster-cpython/ideas/issues/81 for more details.
History
Date User Action Args
2021-08-11 12:43:20kjsetrecipients: + kj
2021-08-11 12:43:20kjsetmessageid: <1628685800.71.0.329647990646.issue44889@roundup.psfhosted.org>
2021-08-11 12:43:20kjlinkissue44889 messages
2021-08-11 12:43:20kjcreate