mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
GH-89987: Shrink the BINARY_SUBSCR caches (GH-103022)
This commit is contained in:
parent
e647dbaded
commit
121057aa36
14 changed files with 272 additions and 250 deletions
|
@ -392,8 +392,6 @@ _cache_format = {
|
|||
},
|
||||
"BINARY_SUBSCR": {
|
||||
"counter": 1,
|
||||
"type_version": 2,
|
||||
"func_version": 1,
|
||||
},
|
||||
"FOR_ITER": {
|
||||
"counter": 1,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue