mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-10-18 16:08:59 +03:00
@@ -1,3 +1,7 @@
|
|||||||
|
Thu Mar 31 13:06:02 CEST 2005 Daniel Veillard <daniel@veillard.com>
|
||||||
|
|
||||||
|
* python/libxml.c: fixed bug #168504
|
||||||
|
|
||||||
Thu Mar 31 12:22:54 CEST 2005 Daniel Veillard <daniel@veillard.com>
|
Thu Mar 31 12:22:54 CEST 2005 Daniel Veillard <daniel@veillard.com>
|
||||||
|
|
||||||
* config.h.in configure.in nanoftp.c nanohttp.c xmllint.c
|
* config.h.in configure.in nanoftp.c nanohttp.c xmllint.c
|
||||||
|
@@ -1378,7 +1378,7 @@ libxml_xmlSAXParseFile(ATTRIBUTE_UNUSED PyObject * self, PyObject * args)
|
|||||||
SAX = &pythonSaxHandler;
|
SAX = &pythonSaxHandler;
|
||||||
Py_INCREF(pyobj_SAX);
|
Py_INCREF(pyobj_SAX);
|
||||||
/* The reference is released in pythonEndDocument() */
|
/* The reference is released in pythonEndDocument() */
|
||||||
xmlSAXParseFileWithData(SAX, URI, recover, pyobj_SAX);
|
xmlSAXUserParseFile(SAX, pyobj_SAX, URI);
|
||||||
Py_INCREF(Py_None);
|
Py_INCREF(Py_None);
|
||||||
return (Py_None);
|
return (Py_None);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user