We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8723267 commit 4c86003Copy full SHA for 4c86003
Lib/test/test_capi/test_opt.py
@@ -1939,7 +1939,6 @@ def testfunc(n):
1939
self.assertIn("_UNPACK_SEQUENCE_TWO_TUPLE", uops)
1940
self.assertNotIn("_COMPARE_OP_INT", uops)
1941
self.assertNotIn("_GUARD_IS_TRUE_POP", uops)
1942
- self.assertNotIn("_POP_TWO_LOAD_CONST_INLINE_BORROW", uops)
1943
1944
def test_call_len(self):
1945
def testfunc(n):
@@ -2058,7 +2057,6 @@ def testfunc(n):
2058
2057
self.assertIn("_BINARY_OP_SUBSCR_TUPLE_INT", uops)
2059
2060
2061
2062
2063
def test_call_isinstance_guards_removed(self):
2064
0 commit comments