Closed
Description
Currently, typed_ast is mypy's preferred parser (as it's much faster, more correct, and supports features like multiline type comments), but it is not yet mypy's default parser. The main blocker to this is Windows support.
Here are the high-level items remaining:
- make typed_ast compile and run correctly on Windows
- autobuild Windows wheels with AppVeyor
- [optional] autobuild OS X wheels in TravisCI
- update tests to account for minor line differences between typed_ast and the current parser
- make typed_ast the default parser
- remove old parser