Skip to content

Update error message for unpacked TypedDict parameter#20682

Closed
hyperkai wants to merge 2 commits intopython:masterfrom
hyperkai:hyperkai-patch-9
Closed

Update error message for unpacked TypedDict parameter#20682
hyperkai wants to merge 2 commits intopython:masterfrom
hyperkai:hyperkai-patch-9

Conversation

@hyperkai
Copy link
Copy Markdown
Contributor

Fixes: #20679

@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. ✅

@hyperkai hyperkai closed this Jan 29, 2026
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.

Setting **dict[str, int] to **kwargs gets a wrong error message, saying argument instead of parameter

1 participant