PyExc_SystemError property Null safety
Implementation
ffi.Pointer<PyObject> get PyExc_SystemError => _PyExc_SystemError.value;
Implementation
set PyExc_SystemError(ffi.Pointer<PyObject> value) =>
_PyExc_SystemError.value = value;
ffi.Pointer<PyObject> get PyExc_SystemError => _PyExc_SystemError.value;
set PyExc_SystemError(ffi.Pointer<PyObject> value) =>
_PyExc_SystemError.value = value;