Remove unused code related to the removed BINARY_SUBSCR
instruction
#131306
Labels
interpreter-core
(Objects, Python, Grammar, and Parser dirs)
type-feature
A feature request or enhancement
BINARY_SUBSCR
was replaced withBINARY_OP
and theNB_SUBSCR
oparg in #129700 but there is still some code related toBINARY_SUBSCR
that I believe can be removed. Some examples:cpython/Include/internal/pycore_code.h
Lines 121 to 125 in e82c2ca
cpython/Lib/opcode.py
Lines 66 to 68 in e82c2ca
Linked PRs
BINARY_SUBSCR
#131307The text was updated successfully, but these errors were encountered: