py_printexc method

void py_printexc()

Print the unhandled exception.

Implementation

void py_printexc() {
  return _py_printexc();
}