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

Update starred expression error inline with Python #16304

Merged
merged 1 commit into from
Oct 27, 2023

Conversation

cibinmathew
Copy link
Contributor

Fixes: #16287

Update mypy's error on starred expression to be inline with python3.11

@cibinmathew cibinmathew changed the title Update starred exp errorr inline with Python Update starred expression error inline with Python Oct 21, 2023
@github-actions

This comment has been minimized.

@JelleZijlstra
Copy link
Member

Can you use pytest --update-data to update the test cases?

@github-actions

This comment has been minimized.

@github-actions
Copy link
Contributor

According to mypy_primer, this change doesn't affect type check results on a corpus of open source code. ✅

Copy link
Collaborator

@hauntsaninja hauntsaninja left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@hauntsaninja hauntsaninja merged commit 42f7cf1 into python:master Oct 27, 2023
18 checks passed
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.

Improve error on starred assignment
3 participants