Closed
Description
The Python evaluation test cases (which don't actually run the code if there are type errors...) use full stubs for builtins
and typing
. Using incremental mode would likely speed them up significantly, as processing stubs probably takes the majority of time. These tests are the long pole in the full test suite, so this could give a nice speed boost.