1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-07-02 20:42:30 +03:00

encoding: Deprecate non-thread-safe functions

This commit is contained in:
Nick Wellnhofer
2025-04-10 17:36:58 +02:00
parent b8018afa4c
commit 97ffa77d6d
3 changed files with 15 additions and 5 deletions

View File

@ -304,18 +304,22 @@ deprecated_funcs = {
'htmlIsScriptAttribute': True,
'htmlParseCharRef': True,
'htmlParseElement': True,
'xmlAddEncodingAlias': True,
'xmlByteConsumed': True,
'xmlCheckFilename': True,
'xmlCheckLanguageID': True,
'xmlCleanupCharEncodingHandlers': True,
'xmlCleanupEncodingAliases': True,
'xmlCleanupGlobals': True,
'xmlCopyChar': True,
'xmlCopyCharMultiByte': True,
'xmlCreateEntityParserCtxt': True,
'xmlDefaultSAXHandlerInit': True,
'xmlDelEncodingAlias': True,
'xmlDictCleanup': True,
'xmlFileMatch': True,
'xmlGetCompressMode': True,
'xmlGetEncodingAlias': True,
'xmlInitCharEncodingHandlers': True,
'xmlInitGlobals': True,
'xmlInitializeDict': True,