Skip to content
This repository was archived by the owner on Jul 5, 2023. It is now read-only.

Commit e5ee8a6

Browse files
authored
Add note in incompatabilities that PyPy is broken and unsupported (#144)
1 parent a77f049 commit e5ee8a6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ It is not a drop-in replacement for users that wish to create or transform ASTs,
2929
as a number of syntax tree classes have additional fields that must be populated
3030
when constructing them.
3131

32+
Due to reliance on certain C APIs, this library does not build on and there
33+
are [no plans to support PyPy](https://github.com/python/typed_ast/issues/111).
34+
3235
### Python 3.8
3336

3437
`typed_ast` will not be updated to support parsing Python 3.8 and

0 commit comments

Comments
 (0)