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: Merge BINARY_SUBSCR_LIST_INT with BINARY_SUBSCR_LIST_TUPLE
Type: Stage: patch review
Components: Interpreter Core Versions: Python 3.11
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: pieter.eendebak
Priority: normal Keywords: patch

Created on 2022-04-07 19:10 by pieter.eendebak, last changed 2022-04-11 14:59 by admin.

Pull Requests
URL Status Linked Edit
PR 32404 open pieter.eendebak, 2022-04-07 19:12
Messages (1)
msg416937 - (view) Author: Pieter Eendebak (pieter.eendebak) * Date: 2022-04-07 19:10
The implementations of BINARY_SUBSCR_LIST_INT and BINARY_SUBSCR_TUPLE_INT are almost identical. They can be merged, so there is one opcode less and the code is shared.
History
Date User Action Args
2022-04-11 14:59:58adminsetgithub: 91407
2022-04-07 19:12:32pieter.eendebaksetkeywords: + patch
stage: patch review
pull_requests: + pull_request30429
2022-04-07 19:10:15pieter.eendebakcreate