py_checkexc method

bool py_checkexc()

Check if there is an unhandled exception.

Implementation

bool py_checkexc() {
  return _py_checkexc();
}