diff options
Diffstat (limited to 'Lib/opcode.py')
-rw-r--r-- | Lib/opcode.py | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/Lib/opcode.py b/Lib/opcode.py index d87149e..4ee0d64 100644 --- a/Lib/opcode.py +++ b/Lib/opcode.py @@ -72,21 +72,12 @@ _cache_format = { "LOAD_SUPER_ATTR": { "counter": 1, }, - "LOAD_SUPER_METHOD": { - "counter": 1, - }, "LOAD_ATTR": { "counter": 1, "version": 2, "keys_version": 2, "descr": 4, }, - "LOAD_METHOD": { - "counter": 1, - "version": 2, - "keys_version": 2, - "descr": 4, - }, "STORE_ATTR": { "counter": 1, "version": 2, |