PyExc_MemoryError property

Pointer<PyObject> PyExc_MemoryError

Implementation

ffi.Pointer<PyObject> get PyExc_MemoryError => _PyExc_MemoryError.value;
void PyExc_MemoryError=(Pointer<PyObject> value)

Implementation

set PyExc_MemoryError(ffi.Pointer<PyObject> value) =>
    _PyExc_MemoryError.value = value;