We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ab9919 commit cb5afc8Copy full SHA for cb5afc8
src/_backend_gdk.c
@@ -59,7 +59,7 @@ static PyObject *pixbuf_get_pixels_array(PyObject *self, PyObject *args)
59
return NULL;
60
}
61
#else
62
- PyArray_BASE(array) = py_pixbuf;
+ PyArray_BASE(array) = (PyObject *) py_pixbuf;
63
#endif
64
return PyArray_Return(array);
65
0 commit comments