[Pyrex] cdef methods still unclear

Greg Ewing greg.ewing at canterbury.ac.nz
Wed Mar 8 01:47:10 CET 2006


Helmut Jarausch wrote:

>   cdef char* iso1_to_utf(char* in):
> # ------------------ Expected ')'  <<<<< ERROR

'in' is a reserved word.

-- 
Greg Ewing, Computer Science Dept, +--------------------------------------+
University of Canterbury,	   | Carpe post meridiam!          	  |
Christchurch, New Zealand	   | (I'm not a morning person.)          |
greg.ewing at canterbury.ac.nz	   +--------------------------------------+



More information about the Pyrex mailing list