We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbfe1a0 commit 050fab0Copy full SHA for 050fab0
Lib/test/test_capi/test_opt.py
@@ -4913,8 +4913,7 @@ def testfunc(n):
4913
self.assertEqual(res, 2 * TIER2_THRESHOLD)
4914
uops = get_opnames(ex)
4915
self.assertIn("_LOAD_ATTR_GETATTRIBUTE_OVERRIDDEN_FRAME", uops)
4916
- self.assertNotIn("_LOAD_GLOBAL_BUILTINS")
4917
-
+ self.assertNotIn("_LOAD_GLOBAL_BUILTINS", uops)
4918
4919
def test_load_attr_property_frame_invalidates_on_code_change(self):
4920
class C:
0 commit comments