We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d2a216 commit 533b0c7Copy full SHA for 533b0c7
1 file changed
mypy/build.py
@@ -959,7 +959,7 @@ def parse_all(self, states: Iterable[State]) -> None:
959
if self.options.native_parser:
960
futures = []
961
parsed_states = set()
962
- # Use at least --num-threads if specified by user.
+ # Use at least --num-workers if specified by user.
963
available_threads = max(get_available_threads(), self.options.num_workers)
964
# Overhead from trying to parallelize (small) blocking portion of
965
# parse_file_inner() results in no visible improvement with more than 8 threads.
0 commit comments