From: Pierre B. de R. <pb...@cm...> - 2006-08-10 11:38:57
|
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 |