aboutsummaryrefslogtreecommitdiff
blob: 8adc5f2c5a1748f7bbc7bcca9227f518aec45d23 (plain)
1
2
3
4
5
6
7
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.

Moreover, pypy_decl.h and pypy_macros.h are automatically generated, also
during translation.