diff options
author | 2017-05-02 11:00:13 -0700 | |
---|---|---|
committer | 2017-05-02 11:00:13 -0700 | |
commit | 2be818aeedfc6a73b2659e5a71cce88a99ce9efa (patch) | |
tree | f9b68313e6b27b737055496321563be0844d66b5 /include | |
parent | Backport rposix changes from py3.5 branch (diff) | |
download | pypy-2be818aeedfc6a73b2659e5a71cce88a99ce9efa.tar.gz pypy-2be818aeedfc6a73b2659e5a71cce88a99ce9efa.tar.bz2 pypy-2be818aeedfc6a73b2659e5a71cce88a99ce9efa.zip |
Update includes README to mention new generated files, and the cpyext parse directory.
Brought to attention by issue #2550.
Diffstat (limited to 'include')
-rw-r--r-- | include/README | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/include/README b/include/README index 8adc5f2c5a..f9c44ca279 100644 --- a/include/README +++ b/include/README @@ -1,7 +1,11 @@ This directory contains all the include files needed to build cpython extensions with PyPy. Note that these are just copies of the original headers -that are in pypy/module/cpyext/include: they are automatically copied from -there during translation. +that are in pypy/module/cpyext/{include,parse}: they are automatically copied +from there during translation. -Moreover, pypy_decl.h and pypy_macros.h are automatically generated, also -during translation. +Moreover, some pypy-specific files are automatically generated, also during +translation. Currently they are: +* pypy_decl.h +* pypy_macros.h +* pypy_numpy.h +* pypy_structmember_decl.h |