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:
@ -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,
|
||||
|
Reference in New Issue
Block a user