-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Crash on starred expression (*expr within a list expression) #1722
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
Comments
feaabde (
If it's not supported, EDIT: |
The syntax is actually valid in Python 3.5:
|
Another try with the title :-) Not sure what the correct term for these is. |
It is called starred expression in PEP 3132. |
I'm going to make this my next Dropbox Hack Week project. |
FWIW I can't repro the crash with the example as given, but this crashes (with a different traceback again):
Anyway, the plan is to make it actually work. |
Just installed mypy from PyPI and it produces the same traceback.
|
Yeah, I can repro it with 0.4.3 too. It seems something happened since the release of 0.4.3 that made that particular crash disappear. |
Related: #704. PEP 448 defines this new syntax. |
The text was updated successfully, but these errors were encountered: