Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Prev Previous commit
Next Next commit
fix test_call_list_append
  • Loading branch information
kumaraditya303 committed Mar 26, 2026
commit 92658e4d2cf1e4287a2e0c4a9e6380b4b9917e17
3 changes: 0 additions & 3 deletions Lib/test/test_capi/test_opt.py
Original file line number Diff line number Diff line change
Expand Up @@ -2792,9 +2792,6 @@ def testfunc(n):
self.assertEqual(res, sum(range(TIER2_THRESHOLD)))
uops = get_opnames(ex)
self.assertIn("_CALL_LIST_APPEND", uops)
# We should remove these in the future
self.assertIn("_GUARD_NOS_LIST", uops)
self.assertIn("_GUARD_CALLABLE_LIST_APPEND", uops)

def test_call_list_append_pop_top(self):
def testfunc(n):
Expand Down
Loading