microsoft / pyright

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

Fixed type evaluation of old-style (pre-PEP 695) type alias that alia… #8338

Closed erictraut closed 1 month ago

erictraut commented 1 month ago

…ses a generic class when it is used as a direct constructor call. This addresses #8337.

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