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:
|
typedef struct { |
|
_Py_BackoffCounter counter; |
|
} _PyBinarySubscrCache; |
|
|
|
#define INLINE_CACHE_ENTRIES_BINARY_SUBSCR CACHE_ENTRIES(_PyBinarySubscrCache) |
|
"BINARY_SUBSCR": { |
|
"counter": 1, |
|
}, |
Linked PRs