Skip to content

Fix crash on unhandled meet variadic tuple vs indtance#21558

Merged
ilevkivskyi merged 1 commit into
python:masterfrom
ilevkivskyi:fix-tvt-meet-instance
May 29, 2026
Merged

Fix crash on unhandled meet variadic tuple vs indtance#21558
ilevkivskyi merged 1 commit into
python:masterfrom
ilevkivskyi:fix-tvt-meet-instance

Conversation

@ilevkivskyi
Copy link
Copy Markdown
Member

Fixes #20526

Fix is straightforward: handle previously unhandled scenario.

Also cc @brianschubert for TypeIs change this causes (which looks good IMO).

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

@ilevkivskyi ilevkivskyi merged commit c2fd9d3 into python:master May 29, 2026
25 checks passed
@ilevkivskyi ilevkivskyi deleted the fix-tvt-meet-instance branch May 29, 2026 00:38
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 on code mixing instances and type typed variables

1 participant