mirror of
https://github.com/python/cpython.git
synced 2025-11-12 15:09:14 +00:00
Regenerated
This commit is contained in:
parent
8a7b4fa6d2
commit
d17f4bd6c8
2 changed files with 4 additions and 18 deletions
|
|
@ -91,6 +91,7 @@ PyErr_SetNone
|
||||||
PyErr_SetObject
|
PyErr_SetObject
|
||||||
PyErr_Restore
|
PyErr_Restore
|
||||||
PyImport_FrozenModules
|
PyImport_FrozenModules
|
||||||
|
PyArg_UnpackTuple
|
||||||
PyArg_ParseTupleAndKeywords
|
PyArg_ParseTupleAndKeywords
|
||||||
PyArg_VaParse
|
PyArg_VaParse
|
||||||
PyArg_ParseTuple
|
PyArg_ParseTuple
|
||||||
|
|
@ -450,7 +451,6 @@ PyCFunction_GetFlags
|
||||||
PyCFunction_GetSelf
|
PyCFunction_GetSelf
|
||||||
PyCFunction_GetFunction
|
PyCFunction_GetFunction
|
||||||
PyCFunction_New
|
PyCFunction_New
|
||||||
module_members
|
|
||||||
PyModule_Type
|
PyModule_Type
|
||||||
_PyModule_Clear
|
_PyModule_Clear
|
||||||
PyModule_GetFilename
|
PyModule_GetFilename
|
||||||
|
|
@ -545,16 +545,12 @@ PyTuple_SetItem
|
||||||
PyTuple_GetItem
|
PyTuple_GetItem
|
||||||
PyTuple_Size
|
PyTuple_Size
|
||||||
PyTuple_New
|
PyTuple_New
|
||||||
type_getsets
|
|
||||||
subtype_getsets
|
|
||||||
PyType_Type
|
PyType_Type
|
||||||
PyBaseObject_Type
|
PyBaseObject_Type
|
||||||
PySuper_Type
|
PySuper_Type
|
||||||
_PyObject_SlotCompare
|
_PyObject_SlotCompare
|
||||||
PyType_Ready
|
PyType_Ready
|
||||||
_PyType_Lookup
|
_PyType_Lookup
|
||||||
call_maybe
|
|
||||||
call_method
|
|
||||||
PyType_IsSubtype
|
PyType_IsSubtype
|
||||||
PyType_GenericNew
|
PyType_GenericNew
|
||||||
PyType_GenericAlloc
|
PyType_GenericAlloc
|
||||||
|
|
@ -599,7 +595,6 @@ _Py_MD5Final
|
||||||
_Py_MD5Update
|
_Py_MD5Update
|
||||||
_Py_MD5Init
|
_Py_MD5Init
|
||||||
initmd5
|
initmd5
|
||||||
new_doc
|
|
||||||
initnew
|
initnew
|
||||||
initoperator
|
initoperator
|
||||||
initparser
|
initparser
|
||||||
|
|
@ -895,12 +890,9 @@ PySeqIter_New
|
||||||
PyOS_vsnprintf
|
PyOS_vsnprintf
|
||||||
PyOS_snprintf
|
PyOS_snprintf
|
||||||
PyWrapperDescr_Type
|
PyWrapperDescr_Type
|
||||||
proxytype
|
|
||||||
wrappertype
|
|
||||||
PyProperty_Type
|
PyProperty_Type
|
||||||
PyWrapper_New
|
PyWrapper_New
|
||||||
PyDictProxy_New
|
PyDictProxy_New
|
||||||
proxy_str
|
|
||||||
PyDescr_IsData
|
PyDescr_IsData
|
||||||
PyDescr_NewWrapper
|
PyDescr_NewWrapper
|
||||||
PyDescr_NewGetSet
|
PyDescr_NewGetSet
|
||||||
|
|
@ -1046,6 +1038,8 @@ PyWeakref_GetObject
|
||||||
PyWeakref_NewProxy
|
PyWeakref_NewProxy
|
||||||
PyWeakref_NewRef
|
PyWeakref_NewRef
|
||||||
_PyWeakref_GetWeakrefCount
|
_PyWeakref_GetWeakrefCount
|
||||||
|
PyStructSequence_InitType
|
||||||
|
PyStructSequence_New
|
||||||
GUSISetupConsoleStdio
|
GUSISetupConsoleStdio
|
||||||
GUSIStdioFlush
|
GUSIStdioFlush
|
||||||
GUSIStdioClose
|
GUSIStdioClose
|
||||||
|
|
|
||||||
|
|
@ -91,6 +91,7 @@ PyErr_SetNone
|
||||||
PyErr_SetObject
|
PyErr_SetObject
|
||||||
PyErr_Restore
|
PyErr_Restore
|
||||||
PyImport_FrozenModules
|
PyImport_FrozenModules
|
||||||
|
PyArg_UnpackTuple
|
||||||
PyArg_ParseTupleAndKeywords
|
PyArg_ParseTupleAndKeywords
|
||||||
PyArg_VaParse
|
PyArg_VaParse
|
||||||
PyArg_ParseTuple
|
PyArg_ParseTuple
|
||||||
|
|
@ -450,7 +451,6 @@ PyCFunction_GetFlags
|
||||||
PyCFunction_GetSelf
|
PyCFunction_GetSelf
|
||||||
PyCFunction_GetFunction
|
PyCFunction_GetFunction
|
||||||
PyCFunction_New
|
PyCFunction_New
|
||||||
module_members
|
|
||||||
PyModule_Type
|
PyModule_Type
|
||||||
_PyModule_Clear
|
_PyModule_Clear
|
||||||
PyModule_GetFilename
|
PyModule_GetFilename
|
||||||
|
|
@ -545,16 +545,12 @@ PyTuple_SetItem
|
||||||
PyTuple_GetItem
|
PyTuple_GetItem
|
||||||
PyTuple_Size
|
PyTuple_Size
|
||||||
PyTuple_New
|
PyTuple_New
|
||||||
type_getsets
|
|
||||||
subtype_getsets
|
|
||||||
PyType_Type
|
PyType_Type
|
||||||
PyBaseObject_Type
|
PyBaseObject_Type
|
||||||
PySuper_Type
|
PySuper_Type
|
||||||
_PyObject_SlotCompare
|
_PyObject_SlotCompare
|
||||||
PyType_Ready
|
PyType_Ready
|
||||||
_PyType_Lookup
|
_PyType_Lookup
|
||||||
call_maybe
|
|
||||||
call_method
|
|
||||||
PyType_IsSubtype
|
PyType_IsSubtype
|
||||||
PyType_GenericNew
|
PyType_GenericNew
|
||||||
PyType_GenericAlloc
|
PyType_GenericAlloc
|
||||||
|
|
@ -599,7 +595,6 @@ _Py_MD5Final
|
||||||
_Py_MD5Update
|
_Py_MD5Update
|
||||||
_Py_MD5Init
|
_Py_MD5Init
|
||||||
initmd5
|
initmd5
|
||||||
new_doc
|
|
||||||
initnew
|
initnew
|
||||||
initoperator
|
initoperator
|
||||||
initparser
|
initparser
|
||||||
|
|
@ -889,12 +884,9 @@ PySeqIter_New
|
||||||
PyOS_vsnprintf
|
PyOS_vsnprintf
|
||||||
PyOS_snprintf
|
PyOS_snprintf
|
||||||
PyWrapperDescr_Type
|
PyWrapperDescr_Type
|
||||||
proxytype
|
|
||||||
wrappertype
|
|
||||||
PyProperty_Type
|
PyProperty_Type
|
||||||
PyWrapper_New
|
PyWrapper_New
|
||||||
PyDictProxy_New
|
PyDictProxy_New
|
||||||
proxy_str
|
|
||||||
PyDescr_IsData
|
PyDescr_IsData
|
||||||
PyDescr_NewWrapper
|
PyDescr_NewWrapper
|
||||||
PyDescr_NewGetSet
|
PyDescr_NewGetSet
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue