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 6a06aff commit 6d92614Copy full SHA for 6d92614
Lib/test/test_capi/test_opt.py
@@ -1937,6 +1937,7 @@ def testfunc(n):
1937
self.assertEqual(int(res), TIER2_THRESHOLD)
1938
uops = get_opnames(ex)
1939
self.assertNotIn("_GUARD_NOS_INT", uops)
1940
+ self.assertNotIn("_GET_LEN", uops)
1941
self.assertIn("_LOAD_CONST_INLINE_BORROW", uops)
1942
1943
def test_get_len_with_non_const_tuple(self):
@@ -1951,6 +1952,7 @@ def testfunc(n):
1951
1952
1953
1954
1955
1956
1957
1958
def test_get_len_with_non_tuple(self):
0 commit comments