Skip to content

Commit c896087

Browse files
committed
refactor
1 parent abe868f commit c896087

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Lib/test/test_capi/test_opt.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2958,8 +2958,6 @@ def testfunc(n):
29582958
self.assertEqual(res, sum(range(TIER2_THRESHOLD)))
29592959
uops = get_opnames(ex)
29602960
self.assertIn("_CALL_LIST_APPEND", uops)
2961-
# _GUARD_TYPE_VERSION resolves the list type from recorded type
2962-
# info, so these redundant guards are eliminated:
29632961
self.assertNotIn("_GUARD_NOS_LIST", uops)
29642962
self.assertNotIn("_GUARD_CALLABLE_LIST_APPEND", uops)
29652963

0 commit comments

Comments
 (0)