[Cython] CEP 513 - Unified Python and Cython namespaces
Dag Sverre Seljebotn
dagss at student.matnat.uio.no
Sat Apr 12 19:30:38 CEST 2008
>
> Just to clarify where you're coming from, where in Cython (as it is
> now) would one every have to use c_numpy.ndarray (rather than using
> numpy.ndarray everywhere)?
From the land of big, bad unwarranted assumptions. I think this thought
entered my head because of how all the numpy examples where written; but
I really should have investigated it more. So apparently, overlaying is
already happening (defining C functions in the pxd currently overlays
functions in the Python module correctly).
I'll update the documents accordingly at some point (later); I still
think there's a point in there though.
--
Dag Sverre
More information about the Cython-dev
mailing list