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