
Header files for compiling cpython c extension modules for use with pypy. note that pure python modules will probably perform better.
pypy supports a subset of cpython's c api through its cpyext subsystem.
pypy is a fast, compliant alternative implementation of the python language (2.7).