PyErr_Occurred method

Pointer<PyObject> PyErr_Occurred()

Implementation

ffi.Pointer<PyObject> PyErr_Occurred() {
  return _PyErr_Occurred();
}