[pypy-dev] Bringing Cython and PyPy closer together

Stefan Behnel stefan_ml at behnel.de
Wed Mar 28 23:34:15 CEST 2012


Armin Rigo, 21.03.2012 17:55:
> On Mon, Mar 19, 2012 at 09:11, Maciej Fijalkowski wrote:
>>>> The (trivial) implementation of the two functions is at the end of this file:
>>>>
>>>> http://bugs.python.org/file24613/exc_info_capi.patch
>>>>
>>>> Could you add them to PyPy?
> 
> The new functions make sense to me.  Anyone with cpyext knowledge can
> add them to PyPy.  I can probably do it if needed, although I don't
> know cpyext very well.  (Alternatively, coming up yourself with a
> patch would be the best way to move things forward :-)

Yes, apparently so. However, we're currently busy with getting Cython 0.16
out of the door and I didn't find the time so far to set up a PyPy
development environment to do anything useful with it.

I'd be glad if this could get finished soon, because then I could finally
merge the Cython side of this into mainline. This has been a major blocker
for a while now, and exception handling or generators aren't exactly rare
features in user code.

Stefan



More information about the pypy-dev mailing list