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
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