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