mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-07-07 12:21:17 +03:00
fixed a bug raised by Raymond Wiker, docSetRootElement() should not raise
* python/generator.py: fixed a bug raised by Raymond Wiker, docSetRootElement() should not raise an exception if the return is None Daniel
This commit is contained in:
@ -632,6 +632,7 @@ classes_destructors = {
|
||||
functions_noexcept = {
|
||||
"xmlHasProp": 1,
|
||||
"xmlHasNsProp": 1,
|
||||
"xmlDocSetRootElement": 1,
|
||||
}
|
||||
|
||||
reference_keepers = {
|
||||
|
Reference in New Issue
Block a user