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

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix test
  • Loading branch information
kumaraditya303 committed Apr 14, 2026
commit 050fab088e1a80a4dccc8dc9465ca4f787e3472d
3 changes: 1 addition & 2 deletions Lib/test/test_capi/test_opt.py
Original file line number Diff line number Diff line change
Expand Up @@ -4913,8 +4913,7 @@ def testfunc(n):
self.assertEqual(res, 2 * TIER2_THRESHOLD)
uops = get_opnames(ex)
self.assertIn("_LOAD_ATTR_GETATTRIBUTE_OVERRIDDEN_FRAME", uops)
self.assertNotIn("_LOAD_GLOBAL_BUILTINS")

self.assertNotIn("_LOAD_GLOBAL_BUILTINS", uops)

def test_load_attr_property_frame_invalidates_on_code_change(self):
class C:
Expand Down
Loading