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 c479d86 commit af7326bCopy full SHA for af7326b
Lib/test/test_opcache.py
@@ -1907,6 +1907,7 @@ def store_subscr_frozen_dict():
1907
with self.assertRaises(TypeError):
1908
store_subscr_frozen_dict()
1909
self.assert_specialized(store_subscr_frozen_dict, "STORE_SUBSCR_DICT")
1910
+ self.assert_no_opcode(store_subscr_frozen_dict, "STORE_SUBSCR")
1911
1912
@cpython_only
1913
@requires_specialization
0 commit comments