microsoft / pyright

Static Type Checker for Python
Other
13.37k stars 1.46k forks source link

Fixed a bug that leads to incorrect type evaluation in certain specif… #8780

Closed erictraut closed 2 months ago

erictraut commented 2 months ago

…ic conditions involving a function decorator with an return type inferred from an inner function parameterized by a ParamSpec. This addresses #8779.

github-actions[bot] commented 2 months ago

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