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 0b865c9 commit 8c2ea0fCopy full SHA for 8c2ea0f
docs/source/faq.rst
@@ -197,6 +197,13 @@ the following aspects, among others:
197
defined in terms of translating them to C or C++. Mypy just uses
198
Python semantics, and mypy does not deal with accessing C library
199
functionality.
200
+
201
+Does it run on PyPy?
202
+*********************
203
204
+No. MyPy relies on `typed-ast
205
+<https://github.com/python/typed_ast>`_, which uses several APIs that
206
+PyPy does not support (including some internal CPython APIs).
207
208
Mypy is a cool project. Can I help?
209
***********************************
0 commit comments