microsoft / pyright

Static Type Checker for Python
Other
13.14k stars 1.4k forks source link

Fixed a bug that leads to a crash when `--pythonversion` and `--threa… #8776

Closed erictraut closed 1 month ago

erictraut commented 1 month ago

…ds` CLI options are used together. This addresses #8775.

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