[C++-sig] std::exception propagated at python level

Mathieu Malaterre mathieu.malaterre at gmail.com
Wed May 14 16:24:45 CEST 2008


Hi there,

  After searching for solutions on the web I could not find anything
for my current issue. Are there any known problems when throwing and
catching std::exception in a c++ library that would also be wrap in
python ? I found some post about issue with gcc 2.95, but the issue is
actually only happening on VS 2005, but cannot be reproduce using gcc
3.x or gcc 4.x

  Right now I am using CMake for the build process (and it is passing
the proper exception flag to the cl compiler), and swig for wrapping
the interface.

  Thanks for any link,

-- 
Mathieu



More information about the Cplusplus-sig mailing list