PyExc_Exception property

Pointer<PyObject> PyExc_Exception

Implementation

ffi.Pointer<PyObject> get PyExc_Exception => _PyExc_Exception.value;
void PyExc_Exception=(Pointer<PyObject> value)

Implementation

set PyExc_Exception(ffi.Pointer<PyObject> value) =>
    _PyExc_Exception.value = value;