2011/5/2 Dima Tisnek <dim...@gmail.com>:
> Hi Amaury, thanks for a quick reply, btw, which api functions are hard
> to support in pypy or why some are?

Fortunately, there are not so many of them:
- PyFile_AsFile(), PyFile_FromFile, because files opened by pypy don't
use a FILE* (like python3)
- PyThreadState creation and suppression
- PyInterpreter creation and suppression
- Py_Initialize and Py_Finalize (to embed a python interpreter inside
an application)
- Some trace and Traceback management functions that are not even
documented (but used by Cython :-))

-- 
Amaury Forgeot d'Arc
_______________________________________________
pypy-dev@codespeak.net
http://codespeak.net/mailman/listinfo/pypy-dev

Reply via email to