Additional fix similar to previous commit.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 8e8bdb86cb)
r14.0.x r14.0.11
Michele Calgaro 3 years ago
parent 1a00e1cccd
commit 7f8cb4a863
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -117,7 +117,7 @@ template<TYPE>
return NULL; return NULL;
} }
PyList_SET_ITEM(l, i, tobj); PyList_SetItem(l, i, tobj);
} }
return l; return l;

Loading…
Cancel
Save