diff options
| author | Brandt Bucher <brandtbucher@microsoft.com> | 2023-03-29 22:53:30 (GMT) |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-29 22:53:30 (GMT) |
| commit | 121057aa3600c4d4d392539aeb79e1b09fd5659d (patch) | |
| tree | ed1b99c697ad052eb38e38c2da2d07bfe2bf0838 /Include/internal/pycore_code.h | |
| parent | e647dbaded898e5399d01d06771c1b42b5631be8 (diff) | |
| download | cpython-121057aa3600c4d4d392539aeb79e1b09fd5659d.zip cpython-121057aa3600c4d4d392539aeb79e1b09fd5659d.tar.gz cpython-121057aa3600c4d4d392539aeb79e1b09fd5659d.tar.bz2 | |
GH-89987: Shrink the BINARY_SUBSCR caches (GH-103022)
Diffstat (limited to 'Include/internal/pycore_code.h')
| -rw-r--r-- | Include/internal/pycore_code.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Include/internal/pycore_code.h b/Include/internal/pycore_code.h index 3359dfd..7f3148a 100644 --- a/Include/internal/pycore_code.h +++ b/Include/internal/pycore_code.h @@ -47,8 +47,6 @@ typedef struct { typedef struct { uint16_t counter; - uint16_t type_version[2]; - uint16_t func_version; } _PyBinarySubscrCache; #define INLINE_CACHE_ENTRIES_BINARY_SUBSCR CACHE_ENTRIES(_PyBinarySubscrCache) |
