[Pyrex] Q re: Pyrex C++ support

Greg Ewing greg.ewing at canterbury.ac.nz
Fri Jun 15 05:58:24 UTC 2007


Lenard Lindstrom wrote:
> Which functions are these? #include statements are not wrapped in an 
> "extern C" so external C++ functions are callable so long as they never 
> throw exceptions.

Hmmm... yes, you're right. I thought I had done
that, but it seems not.

Functions declared outside of a "cdef extern from"
block are declared extern "C", though.

--
Greg




More information about the Pyrex mailing list