On Nov 4, 2008, at 4:55 PM, Greg Ewing wrote: > 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.
Unfortunately, it made the compiler crash, which is worse than flagging a syntax error. I've fixed it now. - Robert _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
