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