[Pyrex] Q re: Pyrex C++ support

Greg Ewing greg.ewing at canterbury.ac.nz
Thu Jun 14 03:03:44 UTC 2007


David Goldsmith wrote:
> CHANGES.txt states: "C++ functions still cannot be called yet."

What I mean is that you can't call functions which have
C++ linkage, even if you compile the Pyrex module as C++
code, because Pyrex declares them all as "extern C".

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



More information about the Pyrex mailing list