Dag Sverre Seljebotn
<[email protected]> 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)


?

Berthold Höllmann
-- 
                            __   Address:
                         G /  \ L Germanischer Lloyd
phone: +49-40-36149-7374 -+----+- Brooktorkai 18
fax  : +49-40-36149-7320   \__/   D-20457 Hamburg

_______________________________________________
Cython-dev mailing list
[email protected]
http://codespeak.net/mailman/listinfo/cython-dev

Reply via email to