microsoft / pyright

Static Type Checker for Python
Other
13.12k stars 1.4k forks source link

Fixed bug in type narrowing logic for value patterns, specifically wh… #8682

Closed erictraut closed 1 month ago

erictraut commented 1 month ago

…en two enums with members of the same name are involved. This addresses #8674.

github-actions[bot] commented 1 month ago

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