[Cython] Cython 0.9.8.2 beta

Greg Ewing greg.ewing at canterbury.ac.nz
Wed Nov 5 01:55:00 CET 2008


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


More information about the Cython-dev mailing list