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