Skip to content

Make typed_ast mypy's default and only parser #1353

Closed
@ddfisher

Description

@ddfisher

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

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions