Skip to content

Commit ec905c1

Browse files
Update for_helpers.py
1 parent 04e1b6c commit ec905c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypyc/irbuild/for_helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1211,7 +1211,7 @@ def get_expr_length(expr: Expression) -> int | None:
12111211
and expr.node.has_explicit_value
12121212
):
12131213
return len(expr.node.final_value)
1214-
# TODO: extend this, unrolling should come with a good performance boost
1214+
# TODO: extend this, passing length of listcomp and genexp should have worthwhile performance boost
12151215
return None
12161216

12171217

0 commit comments

Comments
 (0)