Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Fix crash when expanding invalid Unpack in a Callable alias#17028

Merged
hauntsaninja merged 1 commit intopython:masterfrom
hamdanal:crash-16937
Apr 8, 2024
Merged

Fix crash when expanding invalid Unpack in a Callable alias#17028
hauntsaninja merged 1 commit intopython:masterfrom
hamdanal:crash-16937

Conversation

@hamdanal
Copy link
Collaborator

Fixes #16937

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

Awesome, thanks for fixing!

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 when unpacking non TypeVarTuple in args list to Callable alias

2 participants