Closed
Description
BPO | 43563 |
---|---|
Nosy | @gvanrossum, @rhettinger, @markshannon, @vladima, @isidentical |
PRs |
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
assignee = None closed_at = None created_at = <Date 2021-03-19.20:57:57.938> labels = ['interpreter-core', '3.10'] title = 'Use dedicated opcodes to speed up calls/attribute lookups with super() as receiver' updated_at = <Date 2021-04-27.18:23:03.781> user = 'https://github.com/vladima'
bugs.python.org fields:
activity = <Date 2021-04-27.18:23:03.781> actor = 'v2m' assignee = 'none' closed = False closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2021-03-19.20:57:57.938> creator = 'v2m' dependencies = [] files = [] hgrepos = [] issue_num = 43563 keywords = ['patch'] message_count = 7.0 messages = ['389114', '389156', '389168', '389337', '389340', '389344', '392116'] nosy_count = 5.0 nosy_names = ['gvanrossum', 'rhettinger', 'Mark.Shannon', 'v2m', 'BTaskaya'] pr_nums = ['24936'] priority = 'normal' resolution = None stage = 'patch review' status = 'open' superseder = None type = None url = 'https://bugs.python.org/issue43563' versions = ['Python 3.10']
Linked PRs
- gh-87729: add LOAD_SUPER_ATTR instruction for faster super() #103497
- gh-87729: specialize LOAD_SUPER_ATTR_METHOD #103809
- gh-87729: improve hit rate of LOAD_SUPER_ATTR specialization #104270
- gh-87729: add LOAD_SUPER_ATTR to 3.12 What's New #105125
- [3.12] gh-87729: add LOAD_SUPER_ATTR to 3.12 What's New (GH-105125) #105143