2012/2/13 Stefan Behnel <stefan...@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
_______________________________________________ pypy-dev mailing list pypy-dev@python.org http://mail.python.org/mailman/listinfo/pypy-dev