Closed
Description
BINARY_SUBSCR
was replaced with BINARY_OP
and the NB_SUBSCR
oparg in #129700 but there is still some code related to BINARY_SUBSCR
that I believe can be removed. Some examples:
cpython/Include/internal/pycore_code.h
Lines 121 to 125 in e82c2ca
Lines 66 to 68 in e82c2ca