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