microsoft / pyright

Static Type Checker for Python
Other
12.7k stars 1.35k forks source link

Improved analysis performance for complex code flow graphs by adding … #8278

Closed erictraut closed 2 weeks ago

erictraut commented 2 weeks ago

…a cache for reachability. This addresses #8276.

github-actions[bot] commented 2 weeks ago

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