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