PyErr_NoMemory method

Pointer<PyObject> PyErr_NoMemory()

Implementation

ffi.Pointer<PyObject> PyErr_NoMemory() {
  return _PyErr_NoMemory();
}