[Pyrex] Q re: Pyrex C++ support

Lenard Lindstrom len-l at telus.net
Thu Jun 14 16:21:13 UTC 2007


Greg Ewing wrote:
> 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".
>
>   


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.

-- 
Lenard Lindstrom
<len-l at telus.net>




More information about the Pyrex mailing list