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