microsoft / pyright

Static Type Checker for Python
Other
13.21k stars 1.42k forks source link

Improved handling of tuple expressions used in type expressions that … #8329

Closed erictraut closed 3 months ago

erictraut commented 3 months ago

…involve specialization, such as dict[()].

github-actions[bot] commented 3 months ago

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