-
Notifications
You must be signed in to change notification settings - Fork 895
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
dictionary unpacking treated as syntax error #233
Comments
Unfortunately, there's not much we can do here. We rely upon |
Indeed, there are Python issues about this problem. |
Okay, cool. We'll have to wait until Updating lib2to3 happens then. I suspect that once it does, we'll get this automagically. |
Could I tried hacking |
The problem with using |
It still doesn't work. The issue is closed, but still on "commit review" stage. link |
For my fellow Googlers: I had the same error: I installed 3.6.4 on a virtualenv and it fixed the issue. PS: hey the dev team, yapf is awesome and you should feel awesome 👍 |
The parser from lib2to3 doesn't appear to support the ** operator.
Windows 7 64 bit, Python 3.5.1 64 bit.
Minimal example:
It works as expected:
but it crashes yapf:
The text was updated successfully, but these errors were encountered: