mirror of
https://github.com/python/cpython.git
synced 2025-12-09 18:48:05 +00:00
Shrink the LOAD_METHOD cache by one codeunit. (#93537)
This commit is contained in:
parent
75ceae05c1
commit
f012df706c
8 changed files with 12 additions and 18 deletions
|
|
@ -383,7 +383,6 @@ _cache_format = {
|
|||
"LOAD_METHOD": {
|
||||
"counter": 1,
|
||||
"type_version": 2,
|
||||
"dict_offset": 1,
|
||||
"keys_version": 2,
|
||||
"descr": 4,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue