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
Next Next commit
Address code review
  • Loading branch information
corona10 committed Feb 22, 2026
commit af7326bdd918f5dc0f0ee8088a7f1540aabd1216
1 change: 1 addition & 0 deletions Lib/test/test_opcache.py
Original file line number Diff line number Diff line change
Expand Up @@ -1907,6 +1907,7 @@ def store_subscr_frozen_dict():
with self.assertRaises(TypeError):
store_subscr_frozen_dict()
self.assert_specialized(store_subscr_frozen_dict, "STORE_SUBSCR_DICT")
self.assert_no_opcode(store_subscr_frozen_dict, "STORE_SUBSCR")

@cpython_only
@requires_specialization
Expand Down
Loading