mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-07-07 12:21:17 +03:00
applied patch from Stphane Bidoul to fix some Python bindings
* python/libxml.c python/generator.py python/libxml.py python/libxml2-python-api.xml python/libxml2class.txt: applied patch from Stphane Bidoul to fix some Python bindings initialization, then had to change the parserCleanup() to handle memory released there. * xmlmemory.c: added more debugging comments. Daniel
This commit is contained in:
@ -302,6 +302,8 @@ def skip_function(name):
|
||||
return 1
|
||||
if name == "xmlFreeParserCtxt":
|
||||
return 1
|
||||
if name == "xmlCleanupParser":
|
||||
return 1
|
||||
if name == "xmlFreeTextReader":
|
||||
return 1
|
||||
# if name[0:11] == "xmlXPathNew":
|
||||
|
Reference in New Issue
Block a user