# HG changeset patch # User Nick Wellnhofer <wellnhofer@aevum.de> # Date 1661481138 -7200 # Fri Aug 26 04:32:18 2022 +0200 # Node ID c4399771d24be5a43cedd7a7a5b69d30f47bf27f # Parent 028c7ae856130e83fc3c4eb87eb8d03fae326bdc Don't mess with xmlDefaultSAXHandler This is deprecated and shouldn't have any effect. diff --git a/python/libxslt.c b/python/libxslt.c --- a/python/libxslt.c +++ b/python/libxslt.c @@ -1280,7 +1280,6 @@ */ libxslt_xsltErrorInitialize(); xmlLoadExtDtdDefaultValue = XML_DETECT_IDS | XML_COMPLETE_ATTRS; - xmlDefaultSAXHandler.cdataBlock = NULL; /* * Register the EXSLT extensions and the test module */