[pypy-dev] offtopic, ontopic, ... (was: ctypes - PyPy 1.8 slower than Python 2.6.5)

Amaury Forgeot d'Arc amauryfa at gmail.com
Mon Feb 13 22:06:45 CET 2012


2012/2/13 Stefan Behnel <stefan_ml at behnel.de>

> Given how important Cython has become for the Python ecosystem in
> many regards, it's sad that PyPy still doesn't have it available
>

Last time I looked, Cython still generates code that PyPy cannot handle:
for example, it explicitly messes with tstate->curexc_type &co,
Couldn't PyErr_Fetch() and PyErr_Restore() be used instead?

-- 
Amaury Forgeot d'Arc
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/pypy-dev/attachments/20120213/df6c8f53/attachment.html>


More information about the pypy-dev mailing list