KEMBAR78
Fix crash on multiple unpacks in a bare type application by sterliakov · Pull Request #18857 · python/mypy · GitHub
Skip to content

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

@ilevkivskyi ilevkivskyi merged commit c6af00f into python:master Mar 31, 2025
18 checks passed
jhance pushed a commit that referenced this pull request May 12, 2025
Fixes #18856. This should be done by `TypeAnalyzer.anal_array` but is
not - semanal only invokes its own wrapper around `anal_type`

---------

Co-authored-by: Ivan Levkivskyi <levkivskyi@gmail.com>
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