[Cython] an issue with generated C API's

Greg Ewing greg.ewing at canterbury.ac.nz
Tue Jun 24 04:08:06 CEST 2008


Lisandro Dalcin wrote:
> Greg, this approach does not seems to work, at least in Cython:
> 
> ctypedef public api class Status [....]:

Hmmm, it seems I may never have tested this with other
modifiers between the "ctypedef" and the "class". I'll
look into it.

-- 
Greg


More information about the Cython-dev mailing list