[SciPy-dev] status of newcore and f2py

Travis Oliphant oliphant at ee.byu.edu
Thu Sep 29 20:05:13 EDT 2005


Pearu Peterson wrote:

>
> Hi,
>
> When forcing f2py to use newcore, that is, when changing
>
> #include "Numeric/arrayobject.h"
>
> to
>
> #include "scipy/arrayobject.h"


The copy_ND_array (in, out)  function can be replaced with

PyArray_CopyInto(destination, source)

which does the right thing...

-Travis




More information about the SciPy-Dev mailing list