[Cython] Cython 0.9.8.2 beta
Robert Bradshaw
robertwb at math.washington.edu
Wed Nov 5 03:46:47 CET 2008
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
More information about the Cython-dev
mailing list