Skip to content
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

Invalid Python generated for optional argument after *arg #12

Closed
JukkaL opened this issue Dec 11, 2012 · 0 comments
Closed

Invalid Python generated for optional argument after *arg #12

JukkaL opened this issue Dec 11, 2012 · 0 comments
Labels
bug mypy got something wrong

Comments

@JukkaL
Copy link
Collaborator

JukkaL commented Dec 11, 2012

Invalid Python is generated from this function:

def f(*x, y = 1): pass

The output is like this:

def f(*x =, y 1): pass
@JukkaL JukkaL closed this as completed in 29ee8f7 Jan 10, 2013
JukkaL added a commit that referenced this issue Jul 24, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug mypy got something wrong
Projects
None yet
Development

No branches or pull requests

1 participant