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 8f860c9 commit 92658e4Copy full SHA for 92658e4
Lib/test/test_capi/test_opt.py
@@ -2792,9 +2792,6 @@ def testfunc(n):
2792
self.assertEqual(res, sum(range(TIER2_THRESHOLD)))
2793
uops = get_opnames(ex)
2794
self.assertIn("_CALL_LIST_APPEND", uops)
2795
- # We should remove these in the future
2796
- self.assertIn("_GUARD_NOS_LIST", uops)
2797
- self.assertIn("_GUARD_CALLABLE_LIST_APPEND", uops)
2798
2799
def test_call_list_append_pop_top(self):
2800
def testfunc(n):
0 commit comments