Skip to content

Commit 92658e4

Browse files
fix test_call_list_append
1 parent 8f860c9 commit 92658e4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Lib/test/test_capi/test_opt.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2792,9 +2792,6 @@ def testfunc(n):
27922792
self.assertEqual(res, sum(range(TIER2_THRESHOLD)))
27932793
uops = get_opnames(ex)
27942794
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)
27982795

27992796
def test_call_list_append_pop_top(self):
28002797
def testfunc(n):

0 commit comments

Comments
 (0)