Skip to content

Support star expressions in lists, tuples, sets #1953

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
Merged

Support star expressions in lists, tuples, sets #1953

merged 4 commits into from
Jul 29, 2016

Conversation

gvanrossum
Copy link
Member

This fixes #1722 and addresses most of #704 (but doesn't close it, because of {**x}).

@gvanrossum gvanrossum merged commit da0576e into master Jul 29, 2016
@gvanrossum gvanrossum deleted the starexpr branch July 29, 2016 22:11
gvanrossum added a commit that referenced this pull request Jul 29, 2016
Together with PR #1953 (incorporated herein) this fixes #704.
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.

Crash on starred expression (*expr within a list expression)
1 participant