If I have C ++ code with built-in Python functions, that is, it uses the Python C API to call the Python interpreter, how can I get Python exceptions to go to the C ++ level?
Note. This is not a backward question (about extending C ++ extension exceptions to the Python interpreter).
source
share