Skip to content

Commit af7326b

Browse files
committed
Address code review
1 parent c479d86 commit af7326b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/test/test_opcache.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1907,6 +1907,7 @@ def store_subscr_frozen_dict():
19071907
with self.assertRaises(TypeError):
19081908
store_subscr_frozen_dict()
19091909
self.assert_specialized(store_subscr_frozen_dict, "STORE_SUBSCR_DICT")
1910+
self.assert_no_opcode(store_subscr_frozen_dict, "STORE_SUBSCR")
19101911

19111912
@cpython_only
19121913
@requires_specialization

0 commit comments

Comments
 (0)