summaryrefslogtreecommitdiffstats
path: root/Lib/opcode.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/opcode.py')
-rw-r--r--Lib/opcode.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/opcode.py b/Lib/opcode.py
index 809d24e..23529d8 100644
--- a/Lib/opcode.py
+++ b/Lib/opcode.py
@@ -390,7 +390,7 @@ _cache_format = {
"LOAD_GLOBAL": {
"counter": 1,
"index": 1,
- "module_keys_version": 2,
+ "module_keys_version": 1,
"builtin_keys_version": 1,
},
"BINARY_OP": {