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.
_INSERT_1_LOAD_CONST_INLINE(_BORROW)
1 parent c2f3044 commit d294abdCopy full SHA for d294abd
Lib/test/test_capi/test_opt.py
@@ -3210,8 +3210,6 @@ def f(n):
3210
self.assertEqual(res, TIER2_THRESHOLD)
3211
uops = get_opnames(ex)
3212
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)
3215
self.assertIn("_LOAD_CONST_INLINE_BORROW", uops)
3216
3217
def test_store_fast_refcount_elimination(self):
0 commit comments