bpo-46823: Implement LOAD_FAST__LOAD_ATTR_INSTANCE_VALUE superinstruction (GH-31484)
This commit is contained in:
@@ -295,6 +295,7 @@ _specialized_instructions = [
|
||||
"LOAD_FAST__LOAD_CONST",
|
||||
"LOAD_CONST__LOAD_FAST",
|
||||
"STORE_FAST__STORE_FAST",
|
||||
"LOAD_FAST__LOAD_ATTR_INSTANCE_VALUE",
|
||||
]
|
||||
_specialization_stats = [
|
||||
"success",
|
||||
|
||||
Reference in New Issue
Block a user