Hi Yicong, On 13 May 2015 at 11:10, Amaury Forgeot d'Arc <[email protected]> wrote: >> Does pypy have similar API? > > But don't you have it already? the func(3) above should return the integer 6!
I would guess so too. The point of the PyPy "API" is that it is completely minimal. You have to do everything with CFFI. But then, you *can* do whatever you like with CFFI without the constrains of a particular API. A bientôt, Armin. _______________________________________________ pypy-dev mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-dev
