summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rwxr-xr-xpython/generator.py4
-rwxr-xr-xpython/setup.py2
-rw-r--r--[-rwxr-xr-x]python/tests/xpathleak.py0
3 files changed, 5 insertions, 1 deletions
diff --git a/python/generator.py b/python/generator.py
index 4e22815..92a3440 100755
--- a/python/generator.py
+++ b/python/generator.py
@@ -725,6 +725,10 @@ functions_noexcept = {
"xmlDocSetRootElement": 1,
"xmlNodeGetNs": 1,
"xmlNodeGetNsDefs": 1,
+ "xmlNextElementSibling": 1,
+ "xmlPreviousElementSibling": 1,
+ "xmlFirstElementChild": 1,
+ "xmlLastElementChild": 1,
}
reference_keepers = {
diff --git a/python/setup.py b/python/setup.py
index 50585c8..1fc700c 100755
--- a/python/setup.py
+++ b/python/setup.py
@@ -226,7 +226,7 @@ else:
setup (name = "libxml2-python",
# On *nix, the version number is created from setup.py.in
# On windows, it is set by configure.js
- version = "2.7.2",
+ version = "2.7.3",
description = descr,
author = "Daniel Veillard",
author_email = "veillard@redhat.com",
diff --git a/python/tests/xpathleak.py b/python/tests/xpathleak.py
index dcc144c..dcc144c 100755..100644
--- a/python/tests/xpathleak.py
+++ b/python/tests/xpathleak.py