On Nov 1, 2008, at 4:51 PM, Jim Kleckner wrote: > This simple case causes the parser to fail: > > cdef int doublePointer(double* inOutArray): > return 1 > > > See: http://trac.cython.org/cython_trac/ticket/107
I've been unable to reproduce this with my copy, either with the beta release or the current cython-devel. Has anyone else seen this? Or perhaps there's more context that one needs to reproduce this error. - Robert _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
