[C++-sig] Strange about the C++ exception in Python

Mathieu Malaterre mathieu.malaterre at gmail.com
Tue Jul 15 00:18:37 CEST 2008


On Sat, Jul 12, 2008 at 1:23 AM, David Abrahams <dave at boostpro.com> wrote:
>
> on Fri Jul 11 2008, "Grant" <grant.tang-AT-gmail.com> wrote:
>
>> By googling I found this comment:
>>
>> "Many platforms and compilers are not able to consistently catch exceptions
>> thrown across shared library boundaries."
>
> I think that's probably an outdated statement.

Isn't it related to the rtti support in gcc ?

http://wiki.python.org/moin/boost.python/CrossExtensionModuleDependencies

where you have to load C++ python module with RTLD_GLOBAL ...

2 cents,
-- 
Mathieu



More information about the Cplusplus-sig mailing list