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