Skip to content

Conversation

BobTheBuidler
Copy link
Contributor

@BobTheBuidler BobTheBuidler commented Sep 26, 2025

This PR extends get_expr_length to work with ListComprehension and GeneratorExpression.

All of the get_expr_length PRs are entirely independent and can be reviewed/merged in any order.

and isinstance(expr.node, Var)
and expr.node.is_final
and isinstance(expr.node.final_value, str)
and expr.node.has_explicit_value
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I realized when looking that this line is unnecessary if the above checks pass

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#19930 renders this irrelevant

@BobTheBuidler BobTheBuidler changed the title [mypyc] feat: extend get_expr_length for listcomp and genexp [mypyc] feat: extend get_expr_length for listcomp and genexp Sep 26, 2025
@BobTheBuidler BobTheBuidler marked this pull request as ready for review September 26, 2025 06:58
r6 = r26
goto L1
L8:
r27 = var_object_size r0
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This doesn't look right, should be 9

@BobTheBuidler BobTheBuidler marked this pull request as draft September 28, 2025 13:58
@BobTheBuidler BobTheBuidler changed the title [mypyc] feat: extend get_expr_length for listcomp and genexp [mypyc] feat: extend get_expr_length for listcomp and genexp [4/4] Oct 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant