[pypy-dev] trouble compiling p4python api with pypy3

Armin Rigo arigo at tunes.org
Mon Aug 11 09:17:18 CEST 2014


Hi Russ,

On 10 August 2014 19:39, Russ Tremain <russt at releasetools.org> wrote:
> Would it be better to customize the api to comply with the "native" pypy interface?

The "native" pypy interface is cffi (which also works on CPython,
btw).  It would definitely give better stability and performance on
PyPy.  It's more than just adapting some C code here and there,
though.  http://cffi.readthedocs.org/


Armin


More information about the pypy-dev mailing list