[Pyrex] Possible function prototypes bug?

Greg Ewing greg.ewing at canterbury.ac.nz
Thu Feb 15 01:41:52 UTC 2007


Lenard Lindstrom wrote:

> The following Pyrex module compiled without error messages:
> 
> cdef int foo(int x)
> 
> def pyfoo(int x):
>     return foo(x)

Hmmm, something wrong there -- if foo isn't declared
as "extern from", it should complain that you have
declared but not defined it. I'll investigate.

Thanks,
Greg



More information about the Pyrex mailing list