Skip to content

Commit

Permalink
Update FAQ to include MyPy not working on PyPy (#8879)
Browse files Browse the repository at this point in the history
Co-authored-by: Michael J. Sullivan <[email protected]>
  • Loading branch information
rvanlaar and msullivan authored Oct 18, 2020
1 parent 0b865c9 commit 8c2ea0f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/source/faq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,13 @@ the following aspects, among others:
defined in terms of translating them to C or C++. Mypy just uses
Python semantics, and mypy does not deal with accessing C library
functionality.

Does it run on PyPy?
*********************

No. MyPy relies on `typed-ast
<https://github.com/python/typed_ast>`_, which uses several APIs that
PyPy does not support (including some internal CPython APIs).

Mypy is a cool project. Can I help?
***********************************
Expand Down

0 comments on commit 8c2ea0f

Please sign in to comment.