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