From 99f2036bd2087fee5e00cec17264ac0e04ce8d38 Mon Sep 17 00:00:00 2001 From: Nick Wellnhofer Date: Thu, 21 Sep 2023 03:23:44 +0200 Subject: [PATCH] python: Don't set deprecated global --- python/libxslt.c | 1 - 1 file changed, 1 deletion(-) diff --git a/python/libxslt.c b/python/libxslt.c index 79b6e0c5..c11dc57e 100644 --- a/python/libxslt.c +++ b/python/libxslt.c @@ -1284,7 +1284,6 @@ void initlibxsltmod(void) { * Specific XSLT initializations */ libxslt_xsltErrorInitialize(); - xmlLoadExtDtdDefaultValue = XML_DETECT_IDS | XML_COMPLETE_ATTRS; /* * Register the EXSLT extensions and the test module */