File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -589,7 +589,7 @@ def instantiate():
589589 # Trigger specialization
590590 for _ in range (_testinternalcapi .SPECIALIZATION_THRESHOLD ):
591591 instantiate ()
592- self .assert_specialized (instantiate , "CALL_FUNCTION_EX_PY " )
592+ self .assert_specialized (instantiate , "CALL_EX_PY " )
593593
594594 @requires_jit_disabled
595595 @requires_specialization_ft
@@ -606,8 +606,8 @@ def instantiate():
606606 # Trigger specialization
607607 for _ in range (_testinternalcapi .SPECIALIZATION_THRESHOLD ):
608608 instantiate ()
609- self .assert_no_opcode (instantiate , "CALL_FUNCTION_EX_PY " )
610- self .assert_specialized (instantiate , "CALL_FUNCTION_EX_NON_PY_GENERAL " )
609+ self .assert_no_opcode (instantiate , "CALL_EX_PY " )
610+ self .assert_specialized (instantiate , "CALL_EX_NON_PY_GENERAL " )
611611
612612def make_deferred_ref_count_obj ():
613613 """Create an object that uses deferred reference counting.
You can’t perform that action at this time.
0 commit comments