Unicodedatabase.c has gone.
This commit is contained in:
parent
b216ab632f
commit
391f40e9f0
|
@ -404,7 +404,6 @@ _Py_HashPointer
|
||||||
_Py_HashDouble
|
_Py_HashDouble
|
||||||
PyObject_RichCompareBool
|
PyObject_RichCompareBool
|
||||||
PyObject_RichCompare
|
PyObject_RichCompare
|
||||||
do_richcmp
|
|
||||||
PyObject_Compare
|
PyObject_Compare
|
||||||
PyObject_Unicode
|
PyObject_Unicode
|
||||||
PyObject_Str
|
PyObject_Str
|
||||||
|
@ -681,8 +680,6 @@ initunicodedata
|
||||||
_PyUnicode_Database_Records
|
_PyUnicode_Database_Records
|
||||||
_PyUnicode_CategoryNames
|
_PyUnicode_CategoryNames
|
||||||
_PyUnicode_BidirectionalNames
|
_PyUnicode_BidirectionalNames
|
||||||
_PyUnicode_Database_GetDecomposition
|
|
||||||
_PyUnicode_Database_GetRecord
|
|
||||||
_PyCodecRegistry_Fini
|
_PyCodecRegistry_Fini
|
||||||
_PyCodecRegistry_Init
|
_PyCodecRegistry_Init
|
||||||
PyCodec_Decode
|
PyCodec_Decode
|
||||||
|
|
Binary file not shown.
|
@ -376,10 +376,8 @@ _Py_NoneStruct
|
||||||
_Py_NotImplementedStruct
|
_Py_NotImplementedStruct
|
||||||
_Py_cobject_hack
|
_Py_cobject_hack
|
||||||
_Py_abstract_hack
|
_Py_abstract_hack
|
||||||
_PyCompareState_Key
|
|
||||||
_PyTrash_delete_later
|
_PyTrash_delete_later
|
||||||
_PyTrash_delete_nesting
|
_PyTrash_delete_nesting
|
||||||
_PyCompareState_nesting
|
|
||||||
_PyTrash_destroy_chain
|
_PyTrash_destroy_chain
|
||||||
_PyTrash_deposit_object
|
_PyTrash_deposit_object
|
||||||
Py_ReprLeave
|
Py_ReprLeave
|
||||||
|
@ -671,8 +669,6 @@ initunicodedata
|
||||||
_PyUnicode_Database_Records
|
_PyUnicode_Database_Records
|
||||||
_PyUnicode_CategoryNames
|
_PyUnicode_CategoryNames
|
||||||
_PyUnicode_BidirectionalNames
|
_PyUnicode_BidirectionalNames
|
||||||
_PyUnicode_Database_GetDecomposition
|
|
||||||
_PyUnicode_Database_GetRecord
|
|
||||||
_PyCodecRegistry_Fini
|
_PyCodecRegistry_Fini
|
||||||
_PyCodecRegistry_Init
|
_PyCodecRegistry_Init
|
||||||
PyCodec_Decode
|
PyCodec_Decode
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue