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 7e95031 commit ac15131Copy full SHA for ac15131
types.sip
@@ -27,7 +27,7 @@
27
foreach (Poppler::Document::RenderBackend value, set)
28
{
29
PyObject *obj = PyLong_FromLong ((long) value);
30
- if (obj == NULL || PyList_SET_ITEM (l, i, obj) < 0)
+ if (obj == NULL || PyList_SetItem(l, i, obj) < 0)
31
32
Py_DECREF(l);
33
0 commit comments