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 65cae76 commit 8f860c9Copy full SHA for 8f860c9
Lib/test/test_capi/test_opt.py
@@ -3030,6 +3030,8 @@ def f(n):
3030
self.assertEqual(res, TIER2_THRESHOLD)
3031
uops = get_opnames(ex)
3032
self.assertNotIn("_LOAD_ATTR_METHOD_NO_DICT", uops)
3033
+ self.assertNotIn("_LOAD_CONST_UNDER_INLINE", uops)
3034
+ self.assertIn("_LOAD_CONST_UNDER_INLINE_BORROW", uops)
3035
3036
def test_store_fast_refcount_elimination(self):
3037
def foo(x):
0 commit comments