mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
gh-131306: Remove unused code related to BINARY_SUBSCR (#131307)
This commit is contained in:
parent
bf4c1bf344
commit
d07e9ebbe8
5 changed files with 6 additions and 15 deletions
|
|
@ -118,12 +118,6 @@ typedef struct {
|
|||
|
||||
#define INLINE_CACHE_ENTRIES_COMPARE_OP CACHE_ENTRIES(_PyCompareOpCache)
|
||||
|
||||
typedef struct {
|
||||
_Py_BackoffCounter counter;
|
||||
} _PyBinarySubscrCache;
|
||||
|
||||
#define INLINE_CACHE_ENTRIES_BINARY_SUBSCR CACHE_ENTRIES(_PyBinarySubscrCache)
|
||||
|
||||
typedef struct {
|
||||
_Py_BackoffCounter counter;
|
||||
} _PySuperAttrCache;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue