Skip to content

Update starred expression error inline with Python#16304

Merged
hauntsaninja merged 1 commit intopython:masterfrom
cibinmathew:starred-exp
Oct 27, 2023
Merged

Update starred expression error inline with Python#16304
hauntsaninja merged 1 commit intopython:masterfrom
cibinmathew:starred-exp

Conversation

@cibinmathew
Copy link
Copy Markdown
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
Copy Markdown
Member

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

@github-actions

This comment has been minimized.

@github-actions
Copy link
Copy Markdown
Contributor

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

Copy link
Copy Markdown
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
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