Re: [Cython] State of PyPy compatibility wrt. arrays, incl. NumPy

2013-10-09 Thread Stefan Behnel
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

[Cython] State of PyPy compatibility wrt. arrays, incl. NumPy

2013-10-09 Thread Yury V. Zaytsev
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