Fix build error after PyGPU changes
This commit is contained in:
@@ -65,7 +65,7 @@ static PyObject *py_error__getter(PyObject *UNUSED(self), void *UNUSED(type))
|
||||
return NULL;
|
||||
}
|
||||
|
||||
static int py_error__setter(PyObject *UNUSED(self), PyObject *value, void *UNUSED(type))
|
||||
static int py_error__setter(PyObject *UNUSED(self), PyObject *UNUSED(value), void *UNUSED(type))
|
||||
{
|
||||
PyErr_SetString(PyExc_SystemError, g_error);
|
||||
return -1;
|
||||
|
||||
Reference in New Issue
Block a user