#include PyMODINIT_FUNC #if PY_MAJOR_VERSION >= 3 PyInit_testal(void) #else inittestal(void) #endif { try { throw 1; } catch (...) { } #if PY_MAJOR_VERSION >= 3 return NULL; #endif }