SHA256
8
0
forked from pool/libxml2
2024-11-13 09:39:45 +00:00
committed by Git OBS Bridge
parent 22bbf5acf5
commit aaeba4d182
6 changed files with 48 additions and 50 deletions

View File

@@ -11,11 +11,11 @@ invalid string.
python/types.c | 4 ++++
1 file changed, 4 insertions(+)
Index: libxml2-2.10.3/python/types.c
Index: libxml2-2.13.5/python/types.c
===================================================================
--- libxml2-2.10.3.orig/python/types.c
+++ libxml2-2.10.3/python/types.c
@@ -274,6 +274,10 @@ libxml_charPtrConstWrap(const char *str)
--- libxml2-2.13.5.orig/python/types.c
+++ libxml2-2.13.5/python/types.c
@@ -276,6 +276,10 @@ libxml_charPtrConstWrap(const char *str)
return (Py_None);
}
ret = PY_IMPORT_STRING(str);