Sort and remove duplicates from PC/python3.def (issue #23903).

This commit is contained in:
Serhiy Storchaka 2016-12-23 22:09:48 +02:00
parent e31b15c4ce
commit ab23347916

View file

@ -318,6 +318,8 @@ EXPORTS
PyMemoryView_GetContiguous=python35.PyMemoryView_GetContiguous
PyMemoryView_Type=python35.PyMemoryView_Type DATA
PyMethodDescr_Type=python35.PyMethodDescr_Type DATA
PyModuleDef_Init=python35.PyModuleDef_Init
PyModuleDef_Type=python35.PyModuleDef_Type DATA
PyModule_AddIntConstant=python35.PyModule_AddIntConstant
PyModule_AddObject=python35.PyModule_AddObject
PyModule_AddStringConstant=python35.PyModule_AddStringConstant
@ -330,8 +332,6 @@ EXPORTS
PyModule_GetState=python35.PyModule_GetState
PyModule_New=python35.PyModule_New
PyModule_Type=python35.PyModule_Type DATA
PyModuleDef_Init=python35.PyModuleDef_Init
PyModuleDef_Type=python35.PyModuleDef_Type DATA
PyNullImporter_Type=python35.PyNullImporter_Type DATA
PyNumber_Absolute=python35.PyNumber_Absolute
PyNumber_Add=python35.PyNumber_Add
@ -368,6 +368,14 @@ EXPORTS
PyNumber_ToBase=python35.PyNumber_ToBase
PyNumber_TrueDivide=python35.PyNumber_TrueDivide
PyNumber_Xor=python35.PyNumber_Xor
PyODictItems_Type=python35.PyODictItems_Type DATA
PyODictIter_Type=python35.PyODictIter_Type DATA
PyODictKeys_Type=python35.PyODictKeys_Type DATA
PyODictValues_Type=python35.PyODictValues_Type DATA
PyODict_DelItem=python35.PyODict_DelItem
PyODict_New=python35.PyODict_New
PyODict_SetItem=python35.PyODict_SetItem
PyODict_Type=python35.PyODict_Type DATA
PyOS_AfterFork=python35.PyOS_AfterFork
PyOS_InitInterrupts=python35.PyOS_InitInterrupts
PyOS_InputHook=python35.PyOS_InputHook DATA
@ -434,14 +442,6 @@ EXPORTS
PyObject_Size=python35.PyObject_Size
PyObject_Str=python35.PyObject_Str
PyObject_Type=python35.PyObject_Type DATA
PyODict_DelItem=python35.PyODict_DelItem
PyODict_New=python35.PyODict_New
PyODict_SetItem=python35.PyODict_SetItem
PyODict_Type=python35.PyODict_Type DATA
PyODictItems_Type=python35.PyODictItems_Type DATA
PyODictIter_Type=python35.PyODictIter_Type DATA
PyODictKeys_Type=python35.PyODictKeys_Type DATA
PyODictValues_Type=python35.PyODictValues_Type DATA
PyParser_SimpleParseFileFlags=python35.PyParser_SimpleParseFileFlags
PyParser_SimpleParseStringFlags=python35.PyParser_SimpleParseStringFlags
PyProperty_Type=python35.PyProperty_Type DATA
@ -484,8 +484,8 @@ EXPORTS
PySlice_New=python35.PySlice_New
PySlice_Type=python35.PySlice_Type DATA
PySortWrapper_Type=python35.PySortWrapper_Type DATA
PyState_FindModule=python35.PyState_FindModule
PyState_AddModule=python35.PyState_AddModule
PyState_FindModule=python35.PyState_FindModule
PyState_RemoveModule=python35.PyState_RemoveModule
PyStructSequence_GetItem=python35.PyStructSequence_GetItem
PyStructSequence_New=python35.PyStructSequence_New
@ -577,8 +577,10 @@ EXPORTS
PyUnicode_AsUTF8String=python35.PyUnicode_AsUTF8String
PyUnicode_AsUnicodeEscapeString=python35.PyUnicode_AsUnicodeEscapeString
PyUnicode_AsWideChar=python35.PyUnicode_AsWideChar
PyUnicode_BuildEncodingMap=python35.PyUnicode_BuildEncodingMap
PyUnicode_ClearFreelist=python35.PyUnicode_ClearFreelist
PyUnicode_Compare=python35.PyUnicode_Compare
PyUnicode_CompareWithASCIIString=python35.PyUnicode_CompareWithASCIIString
PyUnicode_Concat=python35.PyUnicode_Concat
PyUnicode_Contains=python35.PyUnicode_Contains
PyUnicode_Count=python35.PyUnicode_Count
@ -593,9 +595,12 @@ EXPORTS
PyUnicode_DecodeUTF16Stateful=python35.PyUnicode_DecodeUTF16Stateful
PyUnicode_DecodeUTF32=python35.PyUnicode_DecodeUTF32
PyUnicode_DecodeUTF32Stateful=python35.PyUnicode_DecodeUTF32Stateful
PyUnicode_DecodeUTF7=python35.PyUnicode_DecodeUTF7
PyUnicode_DecodeUTF7Stateful=python35.PyUnicode_DecodeUTF7Stateful
PyUnicode_DecodeUTF8=python35.PyUnicode_DecodeUTF8
PyUnicode_DecodeUTF8Stateful=python35.PyUnicode_DecodeUTF8Stateful
PyUnicode_DecodeUnicodeEscape=python35.PyUnicode_DecodeUnicodeEscape
PyUnicode_EncodeFSDefault=python35.PyUnicode_EncodeFSDefault
PyUnicode_FSConverter=python35.PyUnicode_FSConverter
PyUnicode_FSDecoder=python35.PyUnicode_FSDecoder
PyUnicode_Find=python35.PyUnicode_Find
@ -610,6 +615,9 @@ EXPORTS
PyUnicode_FromWideChar=python35.PyUnicode_FromWideChar
PyUnicode_GetDefaultEncoding=python35.PyUnicode_GetDefaultEncoding
PyUnicode_GetSize=python35.PyUnicode_GetSize
PyUnicode_InternFromString=python35.PyUnicode_InternFromString
PyUnicode_InternImmortal=python35.PyUnicode_InternImmortal
PyUnicode_InternInPlace=python35.PyUnicode_InternInPlace
PyUnicode_IsIdentifier=python35.PyUnicode_IsIdentifier
PyUnicode_Join=python35.PyUnicode_Join
PyUnicode_Partition=python35.PyUnicode_Partition
@ -623,14 +631,6 @@ EXPORTS
PyUnicode_Splitlines=python35.PyUnicode_Splitlines
PyUnicode_Tailmatch=python35.PyUnicode_Tailmatch
PyUnicode_Translate=python35.PyUnicode_Translate
PyUnicode_BuildEncodingMap=python35.PyUnicode_BuildEncodingMap
PyUnicode_CompareWithASCIIString=python35.PyUnicode_CompareWithASCIIString
PyUnicode_DecodeUTF7=python35.PyUnicode_DecodeUTF7
PyUnicode_DecodeUTF7Stateful=python35.PyUnicode_DecodeUTF7Stateful
PyUnicode_EncodeFSDefault=python35.PyUnicode_EncodeFSDefault
PyUnicode_InternFromString=python35.PyUnicode_InternFromString
PyUnicode_InternImmortal=python35.PyUnicode_InternImmortal
PyUnicode_InternInPlace=python35.PyUnicode_InternInPlace
PyUnicode_Type=python35.PyUnicode_Type DATA
PyWeakref_GetObject=python35.PyWeakref_GetObject DATA
PyWeakref_NewProxy=python35.PyWeakref_NewProxy
@ -675,6 +675,11 @@ EXPORTS
Py_SetRecursionLimit=python35.Py_SetRecursionLimit
Py_SymtableString=python35.Py_SymtableString
Py_VaBuildValue=python35.Py_VaBuildValue
_PyArg_ParseTupleAndKeywords_SizeT=python35._PyArg_ParseTupleAndKeywords_SizeT
_PyArg_ParseTuple_SizeT=python35._PyArg_ParseTuple_SizeT
_PyArg_Parse_SizeT=python35._PyArg_Parse_SizeT
_PyArg_VaParseTupleAndKeywords_SizeT=python35._PyArg_VaParseTupleAndKeywords_SizeT
_PyArg_VaParse_SizeT=python35._PyArg_VaParse_SizeT
_PyErr_BadInternalCall=python35._PyErr_BadInternalCall
_PyObject_CallFunction_SizeT=python35._PyObject_CallFunction_SizeT
_PyObject_CallMethod_SizeT=python35._PyObject_CallMethod_SizeT
@ -705,9 +710,3 @@ EXPORTS
_Py_SwappedOp=python35._Py_SwappedOp DATA
_Py_TrueStruct=python35._Py_TrueStruct DATA
_Py_VaBuildValue_SizeT=python35._Py_VaBuildValue_SizeT
_PyArg_Parse_SizeT=python35._PyArg_Parse_SizeT
_PyArg_ParseTuple_SizeT=python35._PyArg_ParseTuple_SizeT
_PyArg_ParseTupleAndKeywords_SizeT=python35._PyArg_ParseTupleAndKeywords_SizeT
_PyArg_VaParse_SizeT=python35._PyArg_VaParse_SizeT
_PyArg_VaParseTupleAndKeywords_SizeT=python35._PyArg_VaParseTupleAndKeywords_SizeT
_Py_BuildValue_SizeT=python35._Py_BuildValue_SizeT