[C++-sig] Hnadling Python exceptions in C++

David Abrahams david.abrahams at rcn.com
Wed Jul 17 15:43:39 CEST 2002


In Boost.Python v1, there's no special facility. You can use the regular
Python 'C' API, of course. We are planning some support in Boost.Python v2.
I'd like to try to serve your needs; what kind of facilities did you have
in mind?

Thanks,
Dave

----- Original Message -----
From: "Berthold Höllmann" <hoel at germanlloyd.org>
Hello,

Is there any code for handling Python exceptions in C++? I only found
report_ignored_exception in classes.cpp, but it's in anonymous
namespace and though inaccessable in my code.

Greetings

Berthold






More information about the Cplusplus-sig mailing list