Jim Kleckner wrote: > cdef int foo((double*)inOutArray,): By the way, the fact that Pyrex accepts this form of parameter declaration is probably an accident -- you can't write that in C, and I wouldn't blame Cython if it refused to support it either. -- Greg