index ea47067a85535bb8f20fc366a77cc2ec85c863a2..1d5687fba4723391ab8fa1012dca5f7f1aef37d7 100644 (file)
elm->typlen, elm->typbyval, elm->typalign,
&isnull);
if (isnull)
+ {
+ Py_INCREF(Py_None);
PyList_SET_ITEM(list, i, Py_None);
+ }
else
PyList_SET_ITEM(list, i, elm->func(elm, elem));
}