Re: [Cython] bug in numpy.pxd, with patch

2010-04-23 Thread Stefan Behnel
Berthold Hoellmann, 23.04.2010 11:49: > Dag Sverre Seljebotn writes: > >> Eric Firing wrote: >>> Two declarations in numpy.pxd are missing type specifiers; a patch is >>> attached. >> Thanks! Pushed: >> >> http://hg.cython.org/cython-devel/rev/47d0f9226ea3 >> >> Dag Sverre > > Why is it > > bi

Re: [Cython] bug in numpy.pxd, with patch

2010-04-23 Thread Berthold Hoellmann
Dag Sverre Seljebotn writes: > Eric Firing wrote: >> Two declarations in numpy.pxd are missing type specifiers; a patch is >> attached. > Thanks! Pushed: > > http://hg.cython.org/cython-devel/rev/47d0f9226ea3 > > Dag Sverre Why is it bint PyArray_ZEROS(ndarray m, npy_intp* dims, int type,

Re: [Cython] bug in numpy.pxd, with patch

2010-04-20 Thread Dag Sverre Seljebotn
Eric Firing wrote: > Two declarations in numpy.pxd are missing type specifiers; a patch is > attached. Thanks! Pushed: http://hg.cython.org/cython-devel/rev/47d0f9226ea3 Dag Sverre ___ Cython-dev mailing list Cython-dev@codespeak.net http://codespeak.n

[Cython] bug in numpy.pxd, with patch

2010-04-20 Thread Eric Firing
Two declarations in numpy.pxd are missing type specifiers; a patch is attached. Eric diff --git a/Cython/Includes/numpy.pxd b/Cython/Includes/numpy.pxd --- a/Cython/Includes/numpy.pxd +++ b/Cython/Includes/numpy.pxd @@ -481,8 +481,8 @@ bint PyArray_FROM_OT(object m, int type) bint PyAr

Re: [Cython] bug in numpy.pxd

2009-10-23 Thread Stefan Behnel
Chris Colbert wrote: > line 317 in numpy.pxd for Cython 11.3 > > bint PyArray_ISISCONTIGUOUS(ndarray m) > > double "IS" in that definition. Thanks, I applied the two fixes from the bug tracker (#419/#420). Stefan ___ Cython-dev mailing list Cython-d

[Cython] bug in numpy.pxd

2009-10-23 Thread Chris Colbert
line 317 in numpy.pxd for Cython 11.3 bint PyArray_ISISCONTIGUOUS(ndarray m) double "IS" in that definition. Cheers, Chris ___ Cython-dev mailing list Cython-dev@codespeak.net http://codespeak.net/mailman/listinfo/cython-dev