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 abe868f commit c896087Copy full SHA for c896087
Lib/test/test_capi/test_opt.py
@@ -2958,8 +2958,6 @@ def testfunc(n):
2958
self.assertEqual(res, sum(range(TIER2_THRESHOLD)))
2959
uops = get_opnames(ex)
2960
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:
2963
self.assertNotIn("_GUARD_NOS_LIST", uops)
2964
self.assertNotIn("_GUARD_CALLABLE_LIST_APPEND", uops)
2965
0 commit comments