Skip to content

Fix "Too many arguments" error for f(*a, b) where f is varargs. #1964

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

Merged
merged 4 commits into from
Jul 29, 2016

Conversation

gvanrossum
Copy link
Member

Fixes #1892 (all cases). Also fixes #1800.

@gvanrossum gvanrossum merged commit 694dc09 into master Jul 29, 2016
@gvanrossum gvanrossum deleted the too-many-args branch July 29, 2016 22:11
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.

Some combos of *args/**kwds in caller/callee not supported Star argument to format string in logging gives internal error
1 participant