microsoft / pyright

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

Improved performance of type analysis by caching additional reachabil… #8281

Closed erictraut closed 2 weeks ago

erictraut commented 2 weeks ago

…ity information for code flow graphs. This addresses #8275.

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