mirror of https://github.com/python/cpython
A new set of symbols. Hopefully this will be sufficient, I have no
idea how this is used, really.
This commit is contained in:
parent
af5dfb4ceb
commit
34570d7669
|
@ -37,11 +37,13 @@ PyCFunction_New
|
|||
PyCFunction_Type
|
||||
PyCObject_AsVoidPtr
|
||||
PyCObject_FromVoidPtr
|
||||
PyCObject_Import
|
||||
PyCObject_Type
|
||||
PyCallable_Check
|
||||
PyClass_IsSubclass
|
||||
PyClass_New
|
||||
PyClass_Type
|
||||
PyCode_Addr2Line
|
||||
PyCode_New
|
||||
PyCode_Type
|
||||
PyComplex_AsCComplex
|
||||
|
@ -69,6 +71,7 @@ PyErr_BadInternalCall
|
|||
PyErr_CheckSignals
|
||||
PyErr_Clear
|
||||
PyErr_Fetch
|
||||
PyErr_Format
|
||||
PyErr_NoMemory
|
||||
PyErr_Occurred
|
||||
PyErr_Print
|
||||
|
@ -91,8 +94,10 @@ PyEval_GetRestricted
|
|||
PyEval_RestoreThread
|
||||
PyEval_SaveThread
|
||||
PyExc_AccessError
|
||||
PyExc_AssertionError
|
||||
PyExc_AttributeError
|
||||
PyExc_EOFError
|
||||
PyExc_FloatingPointError
|
||||
PyExc_IOError
|
||||
PyExc_ImportError
|
||||
PyExc_IndexError
|
||||
|
@ -154,6 +159,8 @@ PyInt_AsLong
|
|||
PyInt_FromLong
|
||||
PyInt_GetMax
|
||||
PyInt_Type
|
||||
PyInterpreterState_Delete
|
||||
PyInterpreterState_New
|
||||
PyList_Append
|
||||
PyList_AsTuple
|
||||
PyList_GetItem
|
||||
|
@ -171,8 +178,8 @@ PyLong_AsLong
|
|||
PyLong_AsUnsignedLong
|
||||
PyLong_FromDouble
|
||||
PyLong_FromLong
|
||||
PyLong_FromUnsignedLong
|
||||
PyLong_FromString
|
||||
PyLong_FromUnsignedLong
|
||||
PyLong_Type
|
||||
PyMapping_Check
|
||||
PyMapping_GetItemString
|
||||
|
@ -201,7 +208,6 @@ PyModule_Type
|
|||
PyNode_AddChild
|
||||
PyNode_Compile
|
||||
PyNode_Free
|
||||
PyNode_ListTree
|
||||
PyNode_New
|
||||
PyNumber_Absolute
|
||||
PyNumber_Add
|
||||
|
@ -225,9 +231,13 @@ PyNumber_Rshift
|
|||
PyNumber_Subtract
|
||||
PyNumber_Xor
|
||||
PyOS_GetLastModificationTime
|
||||
PyOS_GnuReadline
|
||||
PyOS_InitInterrupts
|
||||
PyOS_InterruptOccurred
|
||||
PyOS_Readline
|
||||
PyOS_ReadlineFunctionPointer
|
||||
PyOS_ReadlineInit
|
||||
PyOS_StdioReadline
|
||||
PyOS_strtol
|
||||
PyOS_strtoul
|
||||
PyObject_CallFunction
|
||||
|
@ -276,6 +286,7 @@ PySequence_GetSlice
|
|||
PySequence_In
|
||||
PySequence_Index
|
||||
PySequence_Length
|
||||
PySequence_List
|
||||
PySequence_Repeat
|
||||
PySequence_SetItem
|
||||
PySequence_SetSlice
|
||||
|
@ -289,6 +300,8 @@ PyString_ConcatAndDel
|
|||
PyString_Format
|
||||
PyString_FromString
|
||||
PyString_FromStringAndSize
|
||||
PyString_InternFromString
|
||||
PyString_InternInPlace
|
||||
PyString_Size
|
||||
PyString_Type
|
||||
PySys_GetFile
|
||||
|
@ -297,6 +310,10 @@ PySys_Init
|
|||
PySys_SetArgv
|
||||
PySys_SetObject
|
||||
PySys_SetPath
|
||||
PyThreadState_Delete
|
||||
PyThreadState_Get
|
||||
PyThreadState_New
|
||||
PyThreadState_Swap
|
||||
PyToken_OneChar
|
||||
PyToken_TwoChars
|
||||
PyTokenizer_Free
|
||||
|
@ -321,10 +338,12 @@ Py_CompileString
|
|||
Py_DebugFlag
|
||||
Py_Exit
|
||||
Py_FatalError
|
||||
Py_FdIsInteractive
|
||||
Py_FindMethod
|
||||
Py_FindMethodInChain
|
||||
Py_FlushLine
|
||||
Py_GetArgcArgv
|
||||
Py_GetBuildInfo
|
||||
Py_GetCompiler
|
||||
Py_GetCopyright
|
||||
Py_GetExecPrefix
|
||||
|
@ -335,13 +354,18 @@ Py_GetProgramName
|
|||
Py_GetVersion
|
||||
Py_InitModule4
|
||||
Py_Initialize
|
||||
Py_InteractiveFlag
|
||||
Py_MakePendingCalls
|
||||
Py_OptimizeFlag
|
||||
Py_Setup
|
||||
Py_SuppressPrintingFlag
|
||||
Py_VaBuildValue
|
||||
Py_VerboseFlag
|
||||
_PyImport_Filetab
|
||||
_PyImport_Inittab
|
||||
_PyImport_LoadDynamicModule
|
||||
_PyImport_MaxSuffixSize
|
||||
_PyImport_Modules
|
||||
_PyLong_New
|
||||
_PyObject_New
|
||||
_PyObject_NewVar
|
||||
|
@ -356,36 +380,20 @@ _Py_MD5Update
|
|||
_Py_NoneStruct
|
||||
_Py_TrueStruct
|
||||
_Py_ZeroStruct
|
||||
_Py_addarc
|
||||
_Py_addbit
|
||||
_Py_adddfa
|
||||
_Py_addfirstsets
|
||||
_Py_addlabel
|
||||
_Py_addstate
|
||||
_Py_abstract_hack
|
||||
_Py_c_diff
|
||||
_Py_c_neg
|
||||
_Py_c_pow
|
||||
_Py_c_prod
|
||||
_Py_c_quot
|
||||
_Py_c_sum
|
||||
_Py_delbitset
|
||||
_Py_findlabel
|
||||
_Py_mergebitset
|
||||
_Py_meta_grammar
|
||||
_Py_newbitset
|
||||
_Py_newgrammar
|
||||
_Py_pgen
|
||||
_Py_printgrammar
|
||||
_Py_printnonterminals
|
||||
_Py_cobject_hack
|
||||
_Py_re_compile_fastmap
|
||||
_Py_re_compile_pattern
|
||||
_Py_re_match
|
||||
_Py_re_search
|
||||
_Py_re_set_syntax
|
||||
_Py_re_syntax
|
||||
_Py_samebitset
|
||||
_Py_translatelabels
|
||||
import_modules
|
||||
initarray
|
||||
initaudioop
|
||||
initbinascii
|
||||
|
@ -410,6 +418,5 @@ initsignal
|
|||
initsocket
|
||||
initstrop
|
||||
initstruct
|
||||
_PyImport_Inittab
|
||||
inittime
|
||||
main
|
||||
|
|
Loading…
Reference in New Issue