1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-07-05 19:01:18 +03:00

threads: Deprecate remaining ThrDef functions

This commit is contained in:
Nick Wellnhofer
2024-05-14 12:08:17 +02:00
parent b117a912b6
commit 592546267f
5 changed files with 12 additions and 0 deletions

View File

@ -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 *