README 440 B

123456789101112
  1. This directory contains all the include files needed to build cpython
  2. extensions with PyPy. Note that these are just copies of the original headers
  3. that are in pypy/module/cpyext/{include,parse}: they are automatically copied
  4. from there during translation.
  5. Moreover, some pypy-specific files are automatically generated, also during
  6. translation. Currently they are:
  7. * pypy_decl.h
  8. * pypy_macros.h
  9. * pypy_numpy.h
  10. * pypy_structmember_decl.h