1 2 3 4 5 6 7
#include "WrapPython.h" #if PY_MAJOR_VERSION == 2 #include "Python2/cxx_exceptions.cxx" #else #include "Python3/cxx_exceptions.cxx" #endif