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 7b0c1da commit 451e0f6Copy full SHA for 451e0f6
1 file changed
Lib/test/test_capi/test_opt.py
@@ -1664,6 +1664,7 @@ def testfunc(n):
1664
self.assertNotIn("_COMPARE_OP_INT", uops)
1665
self.assertNotIn("_POP_TWO_LOAD_CONST_INLINE_BORROW", uops)
1666
1667
+ @unittest.skip("TODO (gh-142764): Re-enable after we get back automatic constant propagation.")
1668
def test_compare_op_str_pop_two_load_const_inline_borrow(self):
1669
def testfunc(n):
1670
x = 0
@@ -1681,6 +1682,7 @@ def testfunc(n):
1681
1682
self.assertNotIn("_COMPARE_OP_STR", uops)
1683
1684
1685
1686
def test_compare_op_float_pop_two_load_const_inline_borrow(self):
1687
1688
0 commit comments