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 52ca498 commit 98b11c4Copy full SHA for 98b11c4
Lib/test/test_capi/test_opt.py
@@ -2173,7 +2173,6 @@ def f(n):
2173
uops = get_opnames(ex)
2174
self.assertNotIn("_GUARD_TOS_ANY_SET", uops)
2175
# _CONTAINS_OP_SET is constant-folded away for frozenset literals
2176
- self.assertNotIn("_CONTAINS_OP_SET", uops)
2177
self.assertIn("_INSERT_2_LOAD_CONST_INLINE_BORROW", uops)
2178
2179
def test_remove_guard_for_known_type_tuple(self):
0 commit comments