Re: [Cython] porting mpi4py to PyPy runtime

2012-11-06 Thread Stefan Behnel
Lisandro Dalcin, 02.10.2012 17:06: > After successfully porting mpi4py to PyPy 1.9, I want to share a few > issues I've encountered. The most serious onesare on PyPy's side, but > Cython do require a cuple of very minor fixes. > [...] > 4) mpi4py uses @classmethod decorator for many methods in cdef

Re: [Cython] Any more fixes for 0.17.2?

2012-11-06 Thread Stefan Behnel
mark florisson, 04.11.2012 14:07: > On 4 November 2012 12:56, Stefan Behnel wrote: >> mark florisson, 04.11.2012 13:45: >> >>> It seems that some tests are failing in cython-devel >>> since commit 'disable some Cython syntax in .py compilation mode: >>> typecasts, &..., sizeof()', but you're probab

Re: [Cython] porting mpi4py to PyPy runtime

2012-11-06 Thread Lisandro Dalcin
On 6 November 2012 16:22, Stefan Behnel wrote: > Lisandro Dalcin, 02.10.2012 17:06: >> After successfully porting mpi4py to PyPy 1.9, I want to share a few >> issues I've encountered. The most serious onesare on PyPy's side, but >> Cython do require a cuple of very minor fixes. >> [...] >> 4) mpi4