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.

classification
Title: Add LOAD_FAST__LOAD_ATTR_INSTANCE_VALUE combined opcode
Type: Stage:
Components: Versions:
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: Dennis Sweeney, Mark.Shannon, brandtbucher
Priority: normal Keywords: patch

Created on 2022-02-22 05:11 by Dennis Sweeney, last changed 2022-04-11 14:59 by admin.

Pull Requests
URL Status Linked Edit
PR 31484 merged Dennis Sweeney, 2022-02-22 05:12
Messages (3)
msg413692 - (view) Author: Dennis Sweeney (Dennis Sweeney) * (Python committer) Date: 2022-02-22 05:11
See https://github.com/faster-cpython/ideas/discussions/291
msg413916 - (view) Author: Mark Shannon (Mark.Shannon) * (Python committer) Date: 2022-02-24 14:56
New changeset a52d2528a405c1e2bfeb6470cb3313a5338dc45f by Dennis Sweeney in branch 'main':
bpo-46823: Implement LOAD_FAST__LOAD_ATTR_INSTANCE_VALUE superinstruction (GH-31484)
https://github.com/python/cpython/commit/a52d2528a405c1e2bfeb6470cb3313a5338dc45f
msg414463 - (view) Author: Brandt Bucher (brandtbucher) * (Python committer) Date: 2022-03-03 20:07
Reopening since this needed to be removed for https://github.com/python/cpython/pull/31640.
History
Date User Action Args
2022-04-11 14:59:56adminsetgithub: 90979
2022-03-03 20:07:12brandtbuchersetstatus: closed -> open
resolution: fixed ->
messages: + msg414463

stage: resolved ->
2022-03-03 05:52:06Dennis Sweeneysetstatus: open -> closed
resolution: fixed
stage: patch review -> resolved
2022-03-02 20:38:04andrei.avksettitle: Add LOAD_FAST__LOAD_ATTR_INSTACE_VALUE combined opcode -> Add LOAD_FAST__LOAD_ATTR_INSTANCE_VALUE combined opcode
2022-02-24 14:56:04Mark.Shannonsetnosy: + Mark.Shannon
messages: + msg413916
2022-02-23 18:59:35brandtbuchersetnosy: + brandtbucher
2022-02-22 05:12:21Dennis Sweeneysetkeywords: + patch
stage: patch review
pull_requests: + pull_request29617
2022-02-22 05:11:54Dennis Sweeneycreate