mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-07-02 20:42:30 +03:00
xpath: Deprecate xmlXPathEvalExpr
Also check the argument instead of crashing if there's no context.
This commit is contained in:
@ -407,6 +407,7 @@ deprecated_funcs = {
|
||||
'xmlValidatePushElement': True,
|
||||
'xmlValidateRoot': True,
|
||||
'xmlValidate': True,
|
||||
'xmlXPathEvalExpr': True,
|
||||
'xmlXPathInit': True,
|
||||
'xmlXPtrEvalRangePredicate': True,
|
||||
'xmlXPtrNewCollapsedRange': True,
|
||||
|
Reference in New Issue
Block a user