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 incorrect "Incompatible types in capture pattern" error for narrowed types #18155

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

shenyih0ng
Copy link
Contributor

@shenyih0ng shenyih0ng commented Nov 14, 2024

Fixes #16736

This comment has been minimized.

@shenyih0ng shenyih0ng force-pushed the feat/capture-pattern-type-narrowing branch from 0a96cf9 to a017ea5 Compare November 18, 2024 15:25

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

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.

match: Incorrect "Incompatible types in capture pattern" when type has already been narrowed
1 participant