Hi Stefan,
On Thu, 2013-10-10 at 08:49 +0200, Stefan Behnel wrote:
>
> Yury V. Zaytsev, 09.10.2013 15:01:
> > I've been playing with my Cython-generated extension on PyPy, trying to
> > load it through CPyExt, and, surprisingly, after a few fixes to PyPy, it
> > generally seems to work.
>
> Yes
Hi,
Yury V. Zaytsev, 09.10.2013 15:01:
> I've been playing with my Cython-generated extension on PyPy, trying to
> load it through CPyExt, and, surprisingly, after a few fixes to PyPy, it
> generally seems to work.
Yes, we invested quite a bit of work into that already. Generally speaking,
my dri
Hi,
I've been playing with my Cython-generated extension on PyPy, trying to
load it through CPyExt, and, surprisingly, after a few fixes to PyPy, it
generally seems to work.
However, it looks like the situation with whatever kind of arrays is
actually pretty gloomy at the moment.
First, PyPy sup