mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-10-21 14:53:44 +03:00
threads: Deprecate remaining ThrDef functions
This commit is contained in:
@@ -388,12 +388,15 @@ deprecated_funcs = {
|
||||
'xmlThrDefDefaultBufferSize': True,
|
||||
'xmlThrDefDoValidityCheckingDefaultValue': True,
|
||||
'xmlThrDefGetWarningsDefaultValue': True,
|
||||
'xmlThrDefIndentTreeOutput': True,
|
||||
'xmlThrDefKeepBlanksDefaultValue': True,
|
||||
'xmlThrDefLineNumbersDefaultValue': True,
|
||||
'xmlThrDefLoadExtDtdDefaultValue': True,
|
||||
'xmlThrDefParserDebugEntities': True,
|
||||
'xmlThrDefPedanticParserDefaultValue': True,
|
||||
'xmlThrDefSaveNoEmptyTags': True,
|
||||
'xmlThrDefSubstituteEntitiesDefaultValue': True,
|
||||
'xmlThrDefTreeIndentString': True,
|
||||
'xmlValidCtxtNormalizeAttributeValue': True,
|
||||
'xmlValidNormalizeAttributeValue': True,
|
||||
'xmlValidateAttributeValue': True,
|
||||
|
@@ -1510,7 +1510,9 @@ static void
|
||||
libxml_xmlErrorInitialize(void)
|
||||
{
|
||||
xmlSetGenericErrorFunc(NULL, libxml_xmlErrorFuncHandler);
|
||||
XML_IGNORE_DEPRECATION_WARNINGS
|
||||
xmlThrDefSetGenericErrorFunc(NULL, libxml_xmlErrorFuncHandler);
|
||||
XML_POP_WARNINGS
|
||||
}
|
||||
|
||||
static PyObject *
|
||||
|
Reference in New Issue
Block a user