[Numpy-discussion] Change of signature for copyswap function ?

Pierre Barbier de Reuille pbdr at cmp.uea.ac.uk
Thu Aug 10 07:38:37 EDT 2006


Hi,

in my documentation, the copyswap function in the PyArray_ArrFuncs
structure is supposed to have this signature:

copyswap (void) (void* dest, void* src, int swap, int itemsize)

However, in the latest version of NumPy, the signature is:

copyswap (void) (void*, void*, int, void*)

My question is: what correspond to the last void* ?

Thanks,

Pierre






More information about the NumPy-Discussion mailing list