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