[New-bugs-announce] [issue45107] Improve LOAD_METHOD specialization

Ken Jin report at bugs.python.org
Sun Sep 5 12:39:16 EDT 2021


New submission from Ken Jin <kenjin4096 at gmail.com>:

I plan to do two improvements over the initial implementation:

1. General comments cleanup and optimize LOAD_METHOD_CLASS.

2. Implement LOAD_METHOD_SUPER, for super().meth() calls.

See Issue44889 for the precursor.

----------
components: Interpreter Core
messages: 401096
nosy: kj
priority: normal
severity: normal
status: open
title: Improve LOAD_METHOD specialization
versions: Python 3.11

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


More information about the New-bugs-announce mailing list