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

Fix crash on multiple unpacks in a bare type application #18857

Merged

Conversation

sterliakov
Copy link
Collaborator

Fixes #18856. This should be done by TypeAnalyzer.anal_array but is not - semanal only invokes its own wrapper around anal_type

@sterliakov sterliakov marked this pull request as ready for review March 30, 2025 23:18

This comment has been minimized.

Copy link
Contributor

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

@ilevkivskyi ilevkivskyi merged commit c6af00f into python:master Mar 31, 2025
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.

Internal error when specialization for TypeVarTuple contains multiple unpacked tuples
2 participants