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 04e1b6c commit ec905c1Copy full SHA for ec905c1
mypyc/irbuild/for_helpers.py
@@ -1211,7 +1211,7 @@ def get_expr_length(expr: Expression) -> int | None:
1211
and expr.node.has_explicit_value
1212
):
1213
return len(expr.node.final_value)
1214
- # TODO: extend this, unrolling should come with a good performance boost
+ # TODO: extend this, passing length of listcomp and genexp should have worthwhile performance boost
1215
return None
1216
1217
0 commit comments