py_formatexc method

Pointer<Char> py_formatexc()

Format the unhandled exception and return a null-terminated string. The returned string should be freed by the caller.

Implementation

ffi.Pointer<ffi.Char> py_formatexc() {
  return _py_formatexc();
}