1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-10-18 16:08:59 +03:00

Add support for xpathRegisterVariable in Python

This commit is contained in:
Shaun McCance
2012-09-19 13:41:56 -04:00
committed by Daniel Veillard
parent 483272f3f0
commit 519bc6a3ab
3 changed files with 35 additions and 1 deletions

View File

@@ -622,7 +622,6 @@ libxml_xmlXPathObjectPtrConvert(PyObject * obj)
printf("Unable to convert Python Object to XPath");
#endif
}
Py_DECREF(obj);
return (ret);
}