Skip to content

Commit d294abd

Browse files
committed
gh-148211: decompose _INSERT_1_LOAD_CONST_INLINE(_BORROW) in JIT
1 parent c2f3044 commit d294abd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Lib/test/test_capi/test_opt.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3210,8 +3210,6 @@ def f(n):
32103210
self.assertEqual(res, TIER2_THRESHOLD)
32113211
uops = get_opnames(ex)
32123212
self.assertNotIn("_LOAD_ATTR_METHOD_NO_DICT", uops)
3213-
self.assertNotIn("_INSERT_1_LOAD_CONST_INLINE", uops)
3214-
self.assertNotIn("_INSERT_1_LOAD_CONST_INLINE_BORROW", uops)
32153213
self.assertIn("_LOAD_CONST_INLINE_BORROW", uops)
32163214

32173215
def test_store_fast_refcount_elimination(self):

0 commit comments

Comments
 (0)