Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32.4k
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=Noneclosed_at=Nonecreated_at=<Date2021-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=<Date2021-04-27.18:23:03.781>user='https://github.com/vladima'
bugs.python.org fields:
activity=<Date2021-04-27.18:23:03.781>actor='v2m'assignee='none'closed=Falseclosed_date=Nonecloser=Nonecomponents= ['Interpreter Core']creation=<Date2021-03-19.20:57:57.938>creator='v2m'dependencies= []files= []hgrepos= []issue_num=43563keywords= ['patch']message_count=7.0messages= ['389114','389156','389168','389337','389340','389344','392116']nosy_count=5.0nosy_names= ['gvanrossum','rhettinger','Mark.Shannon','v2m','BTaskaya']pr_nums= ['24936']priority='normal'resolution=Nonestage='patch review'status='open'superseder=Nonetype=Noneurl='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