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 ea1f0e9 commit be5e820Copy full SHA for be5e820
Lib/test/test_capi/test_opt.py
@@ -2117,7 +2117,7 @@ def testfunc(n):
2117
self.assertNotIn("_POP_TOP_LOAD_CONST_INLINE_BORROW", uops)
2118
2119
def test_call_len_known_length(self):
2120
- # Make sure that len(t) is optimized for a tuple of length 2048.
+ # Make sure that len(t) is not optimized for a tuple of length 2048.
2121
# See https://github.com/python/cpython/issues/139393.
2122
self.assertLess(_PY_NSMALLPOSINTS, 2048)
2123
0 commit comments