Skip to content

Commit be5e820

Browse files
authored
Update Lib/test/test_capi/test_opt.py
1 parent ea1f0e9 commit be5e820

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_capi/test_opt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2117,7 +2117,7 @@ def testfunc(n):
21172117
self.assertNotIn("_POP_TOP_LOAD_CONST_INLINE_BORROW", uops)
21182118

21192119
def test_call_len_known_length(self):
2120-
# Make sure that len(t) is optimized for a tuple of length 2048.
2120+
# Make sure that len(t) is not optimized for a tuple of length 2048.
21212121
# See https://github.com/python/cpython/issues/139393.
21222122
self.assertLess(_PY_NSMALLPOSINTS, 2048)
21232123

0 commit comments

Comments
 (0)