microsoft / pyright

Static Type Checker for Python
Other
13.04k stars 1.39k forks source link

Fixed bug that can result in incorrect evaluation of a traditional (p… #8362

Closed erictraut closed 1 month ago

erictraut commented 1 month ago

…re-PEP 695) type alias the defines a union which is later used as the second argument to an isinstance or issubclass call. This addresses #8358.

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