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 > > bint PyArray_ZEROS(ndarray m, npy_intp* dims, int type, int fortran) > > and not > > object PyArray_ZEROS(int nd, npy_intp* dims, int type, int fortran)
Thanks. Fixed also for PyArray_EMPTY(). Stefan _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
