-
-
Notifications
You must be signed in to change notification settings - Fork 3k
[mypyc] feat: extend stararg fastpath from #19629 with star2 fastpath #19630
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
Conversation
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
…mypy into star2arg-fastpath
for more information, see https://pre-commit.ci
This comment was marked as resolved.
This comment was marked as resolved.
You can disregard that comment. I was confused at the time but already addressed my own concern. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, looks good. Left a few comments about tests, and also can you check that there are run tests that cover this functionality (there may be pre-existing tests but I'm not sure)?
I added the same new test cases on both this PR and on #19631 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the updates!
This PR further extends the stararg fastpath PRs (#19623 , #19629) with fastpath logic for star2
All 3 PRs were kept separate in order to make them easier to review and to make the changes in the IR more obvious in a diff. I will rebase this PR once #19623 and #19629 are merged.
This full series of PRs is ready for review.