PyExc_SystemError property

Pointer<PyObject> PyExc_SystemError

Implementation

ffi.Pointer<PyObject> get PyExc_SystemError => _PyExc_SystemError.value;
void PyExc_SystemError=(Pointer<PyObject> value)

Implementation

set PyExc_SystemError(ffi.Pointer<PyObject> value) =>
    _PyExc_SystemError.value = value;