@@ -1706,7 +1706,7 @@ def binary_subscr_list_int():
17061706 binary_subscr_list_int ()
17071707 self .assert_specialized (binary_subscr_list_int ,
17081708 "BINARY_OP_SUBSCR_LIST_INT" )
1709- self .assert_no_opcode (binary_subscr_list_int , "BINARY_SUBSCR " )
1709+ self .assert_no_opcode (binary_subscr_list_int , "BINARY_OP " )
17101710
17111711 def binary_subscr_tuple_int ():
17121712 for _ in range (_testinternalcapi .SPECIALIZATION_THRESHOLD ):
@@ -1717,7 +1717,7 @@ def binary_subscr_tuple_int():
17171717 binary_subscr_tuple_int ()
17181718 self .assert_specialized (binary_subscr_tuple_int ,
17191719 "BINARY_OP_SUBSCR_TUPLE_INT" )
1720- self .assert_no_opcode (binary_subscr_tuple_int , "BINARY_SUBSCR " )
1720+ self .assert_no_opcode (binary_subscr_tuple_int , "BINARY_OP " )
17211721
17221722 def binary_subscr_dict ():
17231723 for _ in range (_testinternalcapi .SPECIALIZATION_THRESHOLD ):
@@ -1737,7 +1737,7 @@ def binary_subscr_str_int():
17371737
17381738 binary_subscr_str_int ()
17391739 self .assert_specialized (binary_subscr_str_int , "BINARY_OP_SUBSCR_STR_INT" )
1740- self .assert_no_opcode (binary_subscr_str_int , "BINARY_SUBSCR " )
1740+ self .assert_no_opcode (binary_subscr_str_int , "BINARY_OP " )
17411741
17421742 def binary_subscr_getitems ():
17431743 class C :
@@ -1752,7 +1752,7 @@ def __getitem__(self, item):
17521752
17531753 binary_subscr_getitems ()
17541754 self .assert_specialized (binary_subscr_getitems , "BINARY_OP_SUBSCR_GETITEM" )
1755- self .assert_no_opcode (binary_subscr_getitems , "BINARY_SUBSCR " )
1755+ self .assert_no_opcode (binary_subscr_getitems , "BINARY_OP " )
17561756
17571757 @cpython_only
17581758 @requires_specialization_ft
0 commit comments