4 Nov 2008 06:18
Re: [Cython] Cython 0.9.8.2 beta
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
RSS Feed