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

ast2str doesn't get *args right #137

Closed
dellard opened this issue Jun 9, 2017 · 2 comments
Closed

ast2str doesn't get *args right #137

dellard opened this issue Jun 9, 2017 · 2 comments

Comments

@dellard
Copy link

dellard commented Jun 9, 2017

It prints formal args that are "varargs" without the asterix, which is confusing in diagnostics/error messages.

I'd guess that if it gets *args wrong, it gets **kwargs wrong for the same reason, but I haven't checked yet. This piece of code has been the source of problems in the past and I doubt this is the last bug.

@blakejohnson
Copy link
Collaborator

Should this issue be on the pyqgl2 repo?

@dellard
Copy link
Author

dellard commented Jun 9, 2017

Yes. I put this in the wrong place. I've copy and close it.

@dellard dellard closed this as completed Jun 9, 2017
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

No branches or pull requests

2 participants