Skip to content

[mypyc] feat: extend stararg fastpath from #19623 to handle lists and generic sequences #19629

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 14 commits into
base: master
Choose a base branch
from

Conversation

BobTheBuidler
Copy link
Contributor

@BobTheBuidler BobTheBuidler commented Aug 9, 2025

This PR extends #19623 with additional logic for handling non-tuple star inputs

Now, we can use the fast path for any arbitrary sequence, in addition to tuples.

I opted to separate this PR from 19623 to keep them smaller and easier to review, and to declutter the changes in the IR.

This PR is ready for review (after #19623 is reviewed and merged)

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