Steve Dower | 65e4cb1 | 2014-11-22 12:54:57 -0800 | [diff] [blame] | 1 | ; This file specifies the import forwarding for python3.dll |
| 2 | ; It is used when building python3dll.vcxproj |
Antoine Pitrou | 71219da | 2011-02-25 14:31:09 +0000 | [diff] [blame] | 3 | LIBRARY "python3" |
| 4 | EXPORTS |
Yury Selivanov | 7aa5341 | 2015-05-30 10:57:56 -0400 | [diff] [blame] | 5 | PyArg_Parse=python35.PyArg_Parse |
| 6 | PyArg_ParseTuple=python35.PyArg_ParseTuple |
| 7 | PyArg_ParseTupleAndKeywords=python35.PyArg_ParseTupleAndKeywords |
| 8 | PyArg_UnpackTuple=python35.PyArg_UnpackTuple |
| 9 | PyArg_VaParse=python35.PyArg_VaParse |
| 10 | PyArg_VaParseTupleAndKeywords=python35.PyArg_VaParseTupleAndKeywords |
| 11 | PyArg_ValidateKeywordArguments=python35.PyArg_ValidateKeywordArguments |
| 12 | PyBaseObject_Type=python35.PyBaseObject_Type DATA |
| 13 | PyBool_FromLong=python35.PyBool_FromLong |
| 14 | PyBool_Type=python35.PyBool_Type DATA |
| 15 | PyByteArrayIter_Type=python35.PyByteArrayIter_Type DATA |
| 16 | PyByteArray_AsString=python35.PyByteArray_AsString |
| 17 | PyByteArray_Concat=python35.PyByteArray_Concat |
| 18 | PyByteArray_FromObject=python35.PyByteArray_FromObject |
| 19 | PyByteArray_FromStringAndSize=python35.PyByteArray_FromStringAndSize |
| 20 | PyByteArray_Resize=python35.PyByteArray_Resize |
| 21 | PyByteArray_Size=python35.PyByteArray_Size |
| 22 | PyByteArray_Type=python35.PyByteArray_Type DATA |
| 23 | PyBytesIter_Type=python35.PyBytesIter_Type DATA |
| 24 | PyBytes_AsString=python35.PyBytes_AsString |
| 25 | PyBytes_AsStringAndSize=python35.PyBytes_AsStringAndSize |
| 26 | PyBytes_Concat=python35.PyBytes_Concat |
| 27 | PyBytes_ConcatAndDel=python35.PyBytes_ConcatAndDel |
| 28 | PyBytes_DecodeEscape=python35.PyBytes_DecodeEscape |
| 29 | PyBytes_FromFormat=python35.PyBytes_FromFormat |
| 30 | PyBytes_FromFormatV=python35.PyBytes_FromFormatV |
| 31 | PyBytes_FromObject=python35.PyBytes_FromObject |
| 32 | PyBytes_FromString=python35.PyBytes_FromString |
| 33 | PyBytes_FromStringAndSize=python35.PyBytes_FromStringAndSize |
| 34 | PyBytes_Repr=python35.PyBytes_Repr |
| 35 | PyBytes_Size=python35.PyBytes_Size |
| 36 | PyBytes_Type=python35.PyBytes_Type DATA |
| 37 | PyCFunction_Call=python35.PyCFunction_Call |
| 38 | PyCFunction_ClearFreeList=python35.PyCFunction_ClearFreeList |
| 39 | PyCFunction_GetFlags=python35.PyCFunction_GetFlags |
| 40 | PyCFunction_GetFunction=python35.PyCFunction_GetFunction |
| 41 | PyCFunction_GetSelf=python35.PyCFunction_GetSelf |
| 42 | PyCFunction_New=python35.PyCFunction_New |
| 43 | PyCFunction_NewEx=python35.PyCFunction_NewEx |
| 44 | PyCFunction_Type=python35.PyCFunction_Type DATA |
| 45 | PyCallIter_New=python35.PyCallIter_New |
| 46 | PyCallIter_Type=python35.PyCallIter_Type DATA |
| 47 | PyCallable_Check=python35.PyCallable_Check |
| 48 | PyCapsule_GetContext=python35.PyCapsule_GetContext |
| 49 | PyCapsule_GetDestructor=python35.PyCapsule_GetDestructor |
| 50 | PyCapsule_GetName=python35.PyCapsule_GetName |
| 51 | PyCapsule_GetPointer=python35.PyCapsule_GetPointer |
| 52 | PyCapsule_Import=python35.PyCapsule_Import |
| 53 | PyCapsule_IsValid=python35.PyCapsule_IsValid |
| 54 | PyCapsule_New=python35.PyCapsule_New |
| 55 | PyCapsule_SetContext=python35.PyCapsule_SetContext |
| 56 | PyCapsule_SetDestructor=python35.PyCapsule_SetDestructor |
| 57 | PyCapsule_SetName=python35.PyCapsule_SetName |
| 58 | PyCapsule_SetPointer=python35.PyCapsule_SetPointer |
| 59 | PyCapsule_Type=python35.PyCapsule_Type DATA |
| 60 | PyClassMethodDescr_Type=python35.PyClassMethodDescr_Type DATA |
| 61 | PyCodec_BackslashReplaceErrors=python35.PyCodec_BackslashReplaceErrors |
| 62 | PyCodec_Decode=python35.PyCodec_Decode |
| 63 | PyCodec_Decoder=python35.PyCodec_Decoder |
| 64 | PyCodec_Encode=python35.PyCodec_Encode |
| 65 | PyCodec_Encoder=python35.PyCodec_Encoder |
| 66 | PyCodec_IgnoreErrors=python35.PyCodec_IgnoreErrors |
| 67 | PyCodec_IncrementalDecoder=python35.PyCodec_IncrementalDecoder |
| 68 | PyCodec_IncrementalEncoder=python35.PyCodec_IncrementalEncoder |
| 69 | PyCodec_KnownEncoding=python35.PyCodec_KnownEncoding |
| 70 | PyCodec_LookupError=python35.PyCodec_LookupError |
| 71 | PyCodec_Register=python35.PyCodec_Register |
| 72 | PyCodec_RegisterError=python35.PyCodec_RegisterError |
| 73 | PyCodec_ReplaceErrors=python35.PyCodec_ReplaceErrors |
| 74 | PyCodec_StreamReader=python35.PyCodec_StreamReader |
| 75 | PyCodec_StreamWriter=python35.PyCodec_StreamWriter |
| 76 | PyCodec_StrictErrors=python35.PyCodec_StrictErrors |
| 77 | PyCodec_XMLCharRefReplaceErrors=python35.PyCodec_XMLCharRefReplaceErrors |
| 78 | PyComplex_FromDoubles=python35.PyComplex_FromDoubles |
| 79 | PyComplex_ImagAsDouble=python35.PyComplex_ImagAsDouble |
| 80 | PyComplex_RealAsDouble=python35.PyComplex_RealAsDouble |
| 81 | PyComplex_Type=python35.PyComplex_Type DATA |
| 82 | PyDescr_NewClassMethod=python35.PyDescr_NewClassMethod |
| 83 | PyDescr_NewGetSet=python35.PyDescr_NewGetSet |
| 84 | PyDescr_NewMember=python35.PyDescr_NewMember |
| 85 | PyDescr_NewMethod=python35.PyDescr_NewMethod |
| 86 | PyDictItems_Type=python35.PyDictItems_Type DATA |
| 87 | PyDictIterItem_Type=python35.PyDictIterItem_Type DATA |
| 88 | PyDictIterKey_Type=python35.PyDictIterKey_Type DATA |
| 89 | PyDictIterValue_Type=python35.PyDictIterValue_Type DATA |
| 90 | PyDictKeys_Type=python35.PyDictKeys_Type DATA |
| 91 | PyDictProxy_New=python35.PyDictProxy_New |
| 92 | PyDictProxy_Type=python35.PyDictProxy_Type DATA |
| 93 | PyDictValues_Type=python35.PyDictValues_Type DATA |
| 94 | PyDict_Clear=python35.PyDict_Clear |
| 95 | PyDict_Contains=python35.PyDict_Contains |
| 96 | PyDict_Copy=python35.PyDict_Copy |
| 97 | PyDict_DelItem=python35.PyDict_DelItem |
| 98 | PyDict_DelItemString=python35.PyDict_DelItemString |
| 99 | PyDict_GetItem=python35.PyDict_GetItem |
| 100 | PyDict_GetItemString=python35.PyDict_GetItemString |
| 101 | PyDict_GetItemWithError=python35.PyDict_GetItemWithError |
| 102 | PyDict_Items=python35.PyDict_Items |
| 103 | PyDict_Keys=python35.PyDict_Keys |
| 104 | PyDict_Merge=python35.PyDict_Merge |
| 105 | PyDict_MergeFromSeq2=python35.PyDict_MergeFromSeq2 |
| 106 | PyDict_New=python35.PyDict_New |
| 107 | PyDict_Next=python35.PyDict_Next |
| 108 | PyDict_SetItem=python35.PyDict_SetItem |
| 109 | PyDict_SetItemString=python35.PyDict_SetItemString |
| 110 | PyDict_Size=python35.PyDict_Size |
| 111 | PyDict_Type=python35.PyDict_Type DATA |
| 112 | PyDict_Update=python35.PyDict_Update |
| 113 | PyDict_Values=python35.PyDict_Values |
| 114 | PyEllipsis_Type=python35.PyEllipsis_Type DATA |
| 115 | PyEnum_Type=python35.PyEnum_Type DATA |
| 116 | PyErr_BadArgument=python35.PyErr_BadArgument |
| 117 | PyErr_BadInternalCall=python35.PyErr_BadInternalCall |
| 118 | PyErr_CheckSignals=python35.PyErr_CheckSignals |
| 119 | PyErr_Clear=python35.PyErr_Clear |
| 120 | PyErr_Display=python35.PyErr_Display |
| 121 | PyErr_ExceptionMatches=python35.PyErr_ExceptionMatches |
| 122 | PyErr_Fetch=python35.PyErr_Fetch |
| 123 | PyErr_Format=python35.PyErr_Format |
| 124 | PyErr_FormatV=python35.PyErr_FormatV |
| 125 | PyErr_GivenExceptionMatches=python35.PyErr_GivenExceptionMatches |
| 126 | PyErr_NewException=python35.PyErr_NewException |
| 127 | PyErr_NewExceptionWithDoc=python35.PyErr_NewExceptionWithDoc |
| 128 | PyErr_NoMemory=python35.PyErr_NoMemory |
| 129 | PyErr_NormalizeException=python35.PyErr_NormalizeException |
| 130 | PyErr_Occurred=python35.PyErr_Occurred |
| 131 | PyErr_Print=python35.PyErr_Print |
| 132 | PyErr_PrintEx=python35.PyErr_PrintEx |
| 133 | PyErr_ProgramText=python35.PyErr_ProgramText |
| 134 | PyErr_Restore=python35.PyErr_Restore |
| 135 | PyErr_SetFromErrno=python35.PyErr_SetFromErrno |
| 136 | PyErr_SetFromErrnoWithFilename=python35.PyErr_SetFromErrnoWithFilename |
| 137 | PyErr_SetFromErrnoWithFilenameObject=python35.PyErr_SetFromErrnoWithFilenameObject |
| 138 | PyErr_SetInterrupt=python35.PyErr_SetInterrupt |
| 139 | PyErr_SetNone=python35.PyErr_SetNone |
| 140 | PyErr_SetObject=python35.PyErr_SetObject |
| 141 | PyErr_SetString=python35.PyErr_SetString |
| 142 | PyErr_SyntaxLocation=python35.PyErr_SyntaxLocation |
| 143 | PyErr_WarnEx=python35.PyErr_WarnEx |
| 144 | PyErr_WarnExplicit=python35.PyErr_WarnExplicit |
| 145 | PyErr_WarnFormat=python35.PyErr_WarnFormat |
| 146 | PyErr_WriteUnraisable=python35.PyErr_WriteUnraisable |
| 147 | PyEval_AcquireLock=python35.PyEval_AcquireLock |
| 148 | PyEval_AcquireThread=python35.PyEval_AcquireThread |
| 149 | PyEval_CallFunction=python35.PyEval_CallFunction |
| 150 | PyEval_CallMethod=python35.PyEval_CallMethod |
| 151 | PyEval_CallObjectWithKeywords=python35.PyEval_CallObjectWithKeywords |
| 152 | PyEval_EvalCode=python35.PyEval_EvalCode |
| 153 | PyEval_EvalCodeEx=python35.PyEval_EvalCodeEx |
| 154 | PyEval_EvalFrame=python35.PyEval_EvalFrame |
| 155 | PyEval_EvalFrameEx=python35.PyEval_EvalFrameEx |
| 156 | PyEval_GetBuiltins=python35.PyEval_GetBuiltins |
| 157 | PyEval_GetCallStats=python35.PyEval_GetCallStats |
| 158 | PyEval_GetFrame=python35.PyEval_GetFrame |
| 159 | PyEval_GetFuncDesc=python35.PyEval_GetFuncDesc |
| 160 | PyEval_GetFuncName=python35.PyEval_GetFuncName |
| 161 | PyEval_GetGlobals=python35.PyEval_GetGlobals |
| 162 | PyEval_GetLocals=python35.PyEval_GetLocals |
| 163 | PyEval_InitThreads=python35.PyEval_InitThreads |
| 164 | PyEval_ReInitThreads=python35.PyEval_ReInitThreads |
| 165 | PyEval_ReleaseLock=python35.PyEval_ReleaseLock |
| 166 | PyEval_ReleaseThread=python35.PyEval_ReleaseThread |
| 167 | PyEval_RestoreThread=python35.PyEval_RestoreThread |
| 168 | PyEval_SaveThread=python35.PyEval_SaveThread |
| 169 | PyEval_ThreadsInitialized=python35.PyEval_ThreadsInitialized |
| 170 | PyExc_ArithmeticError=python35.PyExc_ArithmeticError DATA |
| 171 | PyExc_AssertionError=python35.PyExc_AssertionError DATA |
| 172 | PyExc_AttributeError=python35.PyExc_AttributeError DATA |
| 173 | PyExc_BaseException=python35.PyExc_BaseException DATA |
| 174 | PyExc_BufferError=python35.PyExc_BufferError DATA |
| 175 | PyExc_BytesWarning=python35.PyExc_BytesWarning DATA |
| 176 | PyExc_DeprecationWarning=python35.PyExc_DeprecationWarning DATA |
| 177 | PyExc_EOFError=python35.PyExc_EOFError DATA |
| 178 | PyExc_EnvironmentError=python35.PyExc_EnvironmentError DATA |
| 179 | PyExc_Exception=python35.PyExc_Exception DATA |
| 180 | PyExc_FloatingPointError=python35.PyExc_FloatingPointError DATA |
| 181 | PyExc_FutureWarning=python35.PyExc_FutureWarning DATA |
| 182 | PyExc_GeneratorExit=python35.PyExc_GeneratorExit DATA |
| 183 | PyExc_IOError=python35.PyExc_IOError DATA |
| 184 | PyExc_ImportError=python35.PyExc_ImportError DATA |
| 185 | PyExc_ImportWarning=python35.PyExc_ImportWarning DATA |
| 186 | PyExc_IndentationError=python35.PyExc_IndentationError DATA |
| 187 | PyExc_IndexError=python35.PyExc_IndexError DATA |
| 188 | PyExc_KeyError=python35.PyExc_KeyError DATA |
| 189 | PyExc_KeyboardInterrupt=python35.PyExc_KeyboardInterrupt DATA |
| 190 | PyExc_LookupError=python35.PyExc_LookupError DATA |
| 191 | PyExc_MemoryError=python35.PyExc_MemoryError DATA |
| 192 | PyExc_MemoryErrorInst=python35.PyExc_MemoryErrorInst DATA |
| 193 | PyExc_NameError=python35.PyExc_NameError DATA |
| 194 | PyExc_NotImplementedError=python35.PyExc_NotImplementedError DATA |
| 195 | PyExc_OSError=python35.PyExc_OSError DATA |
| 196 | PyExc_OverflowError=python35.PyExc_OverflowError DATA |
| 197 | PyExc_PendingDeprecationWarning=python35.PyExc_PendingDeprecationWarning DATA |
| 198 | PyExc_RecursionErrorInst=python35.PyExc_RecursionErrorInst DATA |
| 199 | PyExc_ReferenceError=python35.PyExc_ReferenceError DATA |
| 200 | PyExc_RuntimeError=python35.PyExc_RuntimeError DATA |
| 201 | PyExc_RuntimeWarning=python35.PyExc_RuntimeWarning DATA |
| 202 | PyExc_StopIteration=python35.PyExc_StopIteration DATA |
| 203 | PyExc_SyntaxError=python35.PyExc_SyntaxError DATA |
| 204 | PyExc_SyntaxWarning=python35.PyExc_SyntaxWarning DATA |
| 205 | PyExc_SystemError=python35.PyExc_SystemError DATA |
| 206 | PyExc_SystemExit=python35.PyExc_SystemExit DATA |
| 207 | PyExc_TabError=python35.PyExc_TabError DATA |
| 208 | PyExc_TypeError=python35.PyExc_TypeError DATA |
| 209 | PyExc_UnboundLocalError=python35.PyExc_UnboundLocalError DATA |
| 210 | PyExc_UnicodeDecodeError=python35.PyExc_UnicodeDecodeError DATA |
| 211 | PyExc_UnicodeEncodeError=python35.PyExc_UnicodeEncodeError DATA |
| 212 | PyExc_UnicodeError=python35.PyExc_UnicodeError DATA |
| 213 | PyExc_UnicodeTranslateError=python35.PyExc_UnicodeTranslateError DATA |
| 214 | PyExc_UnicodeWarning=python35.PyExc_UnicodeWarning DATA |
| 215 | PyExc_UserWarning=python35.PyExc_UserWarning DATA |
| 216 | PyExc_ValueError=python35.PyExc_ValueError DATA |
| 217 | PyExc_Warning=python35.PyExc_Warning DATA |
| 218 | PyExc_ZeroDivisionError=python35.PyExc_ZeroDivisionError DATA |
| 219 | PyException_GetCause=python35.PyException_GetCause |
| 220 | PyException_GetContext=python35.PyException_GetContext |
| 221 | PyException_GetTraceback=python35.PyException_GetTraceback |
| 222 | PyException_SetCause=python35.PyException_SetCause |
| 223 | PyException_SetContext=python35.PyException_SetContext |
| 224 | PyException_SetTraceback=python35.PyException_SetTraceback |
| 225 | PyFile_FromFd=python35.PyFile_FromFd |
| 226 | PyFile_GetLine=python35.PyFile_GetLine |
| 227 | PyFile_WriteObject=python35.PyFile_WriteObject |
| 228 | PyFile_WriteString=python35.PyFile_WriteString |
| 229 | PyFilter_Type=python35.PyFilter_Type DATA |
| 230 | PyFloat_AsDouble=python35.PyFloat_AsDouble |
| 231 | PyFloat_FromDouble=python35.PyFloat_FromDouble |
| 232 | PyFloat_FromString=python35.PyFloat_FromString |
| 233 | PyFloat_GetInfo=python35.PyFloat_GetInfo |
| 234 | PyFloat_GetMax=python35.PyFloat_GetMax |
| 235 | PyFloat_GetMin=python35.PyFloat_GetMin |
| 236 | PyFloat_Type=python35.PyFloat_Type DATA |
| 237 | PyFrozenSet_New=python35.PyFrozenSet_New |
| 238 | PyFrozenSet_Type=python35.PyFrozenSet_Type DATA |
| 239 | PyGC_Collect=python35.PyGC_Collect |
| 240 | PyGILState_Ensure=python35.PyGILState_Ensure |
| 241 | PyGILState_GetThisThreadState=python35.PyGILState_GetThisThreadState |
| 242 | PyGILState_Release=python35.PyGILState_Release |
| 243 | PyGetSetDescr_Type=python35.PyGetSetDescr_Type DATA |
| 244 | PyImport_AddModule=python35.PyImport_AddModule |
| 245 | PyImport_AppendInittab=python35.PyImport_AppendInittab |
| 246 | PyImport_Cleanup=python35.PyImport_Cleanup |
| 247 | PyImport_ExecCodeModule=python35.PyImport_ExecCodeModule |
| 248 | PyImport_ExecCodeModuleEx=python35.PyImport_ExecCodeModuleEx |
| 249 | PyImport_ExecCodeModuleWithPathnames=python35.PyImport_ExecCodeModuleWithPathnames |
| 250 | PyImport_GetImporter=python35.PyImport_GetImporter |
| 251 | PyImport_GetMagicNumber=python35.PyImport_GetMagicNumber |
| 252 | PyImport_GetMagicTag=python35.PyImport_GetMagicTag |
| 253 | PyImport_GetModuleDict=python35.PyImport_GetModuleDict |
| 254 | PyImport_Import=python35.PyImport_Import |
| 255 | PyImport_ImportFrozenModule=python35.PyImport_ImportFrozenModule |
| 256 | PyImport_ImportModule=python35.PyImport_ImportModule |
| 257 | PyImport_ImportModuleLevel=python35.PyImport_ImportModuleLevel |
| 258 | PyImport_ImportModuleNoBlock=python35.PyImport_ImportModuleNoBlock |
| 259 | PyImport_ReloadModule=python35.PyImport_ReloadModule |
| 260 | PyInterpreterState_Clear=python35.PyInterpreterState_Clear |
| 261 | PyInterpreterState_Delete=python35.PyInterpreterState_Delete |
| 262 | PyInterpreterState_New=python35.PyInterpreterState_New |
| 263 | PyIter_Next=python35.PyIter_Next |
| 264 | PyListIter_Type=python35.PyListIter_Type DATA |
| 265 | PyListRevIter_Type=python35.PyListRevIter_Type DATA |
| 266 | PyList_Append=python35.PyList_Append |
| 267 | PyList_AsTuple=python35.PyList_AsTuple |
| 268 | PyList_GetItem=python35.PyList_GetItem |
| 269 | PyList_GetSlice=python35.PyList_GetSlice |
| 270 | PyList_Insert=python35.PyList_Insert |
| 271 | PyList_New=python35.PyList_New |
| 272 | PyList_Reverse=python35.PyList_Reverse |
| 273 | PyList_SetItem=python35.PyList_SetItem |
| 274 | PyList_SetSlice=python35.PyList_SetSlice |
| 275 | PyList_Size=python35.PyList_Size |
| 276 | PyList_Sort=python35.PyList_Sort |
| 277 | PyList_Type=python35.PyList_Type DATA |
| 278 | PyLongRangeIter_Type=python35.PyLongRangeIter_Type DATA |
| 279 | PyLong_AsDouble=python35.PyLong_AsDouble |
| 280 | PyLong_AsLong=python35.PyLong_AsLong |
| 281 | PyLong_AsLongAndOverflow=python35.PyLong_AsLongAndOverflow |
| 282 | PyLong_AsLongLong=python35.PyLong_AsLongLong |
| 283 | PyLong_AsLongLongAndOverflow=python35.PyLong_AsLongLongAndOverflow |
| 284 | PyLong_AsSize_t=python35.PyLong_AsSize_t |
| 285 | PyLong_AsSsize_t=python35.PyLong_AsSsize_t |
| 286 | PyLong_AsUnsignedLong=python35.PyLong_AsUnsignedLong |
| 287 | PyLong_AsUnsignedLongLong=python35.PyLong_AsUnsignedLongLong |
| 288 | PyLong_AsUnsignedLongLongMask=python35.PyLong_AsUnsignedLongLongMask |
| 289 | PyLong_AsUnsignedLongMask=python35.PyLong_AsUnsignedLongMask |
| 290 | PyLong_AsVoidPtr=python35.PyLong_AsVoidPtr |
| 291 | PyLong_FromDouble=python35.PyLong_FromDouble |
| 292 | PyLong_FromLong=python35.PyLong_FromLong |
| 293 | PyLong_FromLongLong=python35.PyLong_FromLongLong |
| 294 | PyLong_FromSize_t=python35.PyLong_FromSize_t |
| 295 | PyLong_FromSsize_t=python35.PyLong_FromSsize_t |
| 296 | PyLong_FromString=python35.PyLong_FromString |
| 297 | PyLong_FromUnsignedLong=python35.PyLong_FromUnsignedLong |
| 298 | PyLong_FromUnsignedLongLong=python35.PyLong_FromUnsignedLongLong |
| 299 | PyLong_FromVoidPtr=python35.PyLong_FromVoidPtr |
| 300 | PyLong_GetInfo=python35.PyLong_GetInfo |
| 301 | PyLong_Type=python35.PyLong_Type DATA |
| 302 | PyMap_Type=python35.PyMap_Type DATA |
| 303 | PyMapping_Check=python35.PyMapping_Check |
| 304 | PyMapping_GetItemString=python35.PyMapping_GetItemString |
| 305 | PyMapping_HasKey=python35.PyMapping_HasKey |
| 306 | PyMapping_HasKeyString=python35.PyMapping_HasKeyString |
| 307 | PyMapping_Items=python35.PyMapping_Items |
| 308 | PyMapping_Keys=python35.PyMapping_Keys |
| 309 | PyMapping_Length=python35.PyMapping_Length |
| 310 | PyMapping_SetItemString=python35.PyMapping_SetItemString |
| 311 | PyMapping_Size=python35.PyMapping_Size |
| 312 | PyMapping_Values=python35.PyMapping_Values |
| 313 | PyMem_Free=python35.PyMem_Free |
| 314 | PyMem_Malloc=python35.PyMem_Malloc |
| 315 | PyMem_Realloc=python35.PyMem_Realloc |
| 316 | PyMemberDescr_Type=python35.PyMemberDescr_Type DATA |
| 317 | PyMemoryView_FromObject=python35.PyMemoryView_FromObject |
| 318 | PyMemoryView_GetContiguous=python35.PyMemoryView_GetContiguous |
| 319 | PyMemoryView_Type=python35.PyMemoryView_Type DATA |
| 320 | PyMethodDescr_Type=python35.PyMethodDescr_Type DATA |
| 321 | PyModule_AddIntConstant=python35.PyModule_AddIntConstant |
| 322 | PyModule_AddObject=python35.PyModule_AddObject |
| 323 | PyModule_AddStringConstant=python35.PyModule_AddStringConstant |
| 324 | PyModule_Create2=python35.PyModule_Create2 |
| 325 | PyModule_GetDef=python35.PyModule_GetDef |
| 326 | PyModule_GetDict=python35.PyModule_GetDict |
| 327 | PyModule_GetFilename=python35.PyModule_GetFilename |
| 328 | PyModule_GetFilenameObject=python35.PyModule_GetFilenameObject |
| 329 | PyModule_GetName=python35.PyModule_GetName |
| 330 | PyModule_GetState=python35.PyModule_GetState |
| 331 | PyModule_New=python35.PyModule_New |
| 332 | PyModule_Type=python35.PyModule_Type DATA |
| 333 | PyModuleDef_Init=python35.PyModuleDef_Init |
| 334 | PyModuleDef_Type=python35.PyModuleDef_Type DATA |
| 335 | PyNullImporter_Type=python35.PyNullImporter_Type DATA |
| 336 | PyNumber_Absolute=python35.PyNumber_Absolute |
| 337 | PyNumber_Add=python35.PyNumber_Add |
| 338 | PyNumber_And=python35.PyNumber_And |
| 339 | PyNumber_AsSsize_t=python35.PyNumber_AsSsize_t |
| 340 | PyNumber_Check=python35.PyNumber_Check |
| 341 | PyNumber_Divmod=python35.PyNumber_Divmod |
| 342 | PyNumber_Float=python35.PyNumber_Float |
| 343 | PyNumber_FloorDivide=python35.PyNumber_FloorDivide |
| 344 | PyNumber_InPlaceAdd=python35.PyNumber_InPlaceAdd |
| 345 | PyNumber_InPlaceAnd=python35.PyNumber_InPlaceAnd |
| 346 | PyNumber_InPlaceFloorDivide=python35.PyNumber_InPlaceFloorDivide |
| 347 | PyNumber_InPlaceLshift=python35.PyNumber_InPlaceLshift |
| 348 | PyNumber_InPlaceMultiply=python35.PyNumber_InPlaceMultiply |
| 349 | PyNumber_InPlaceOr=python35.PyNumber_InPlaceOr |
| 350 | PyNumber_InPlacePower=python35.PyNumber_InPlacePower |
| 351 | PyNumber_InPlaceRemainder=python35.PyNumber_InPlaceRemainder |
| 352 | PyNumber_InPlaceRshift=python35.PyNumber_InPlaceRshift |
| 353 | PyNumber_InPlaceSubtract=python35.PyNumber_InPlaceSubtract |
| 354 | PyNumber_InPlaceTrueDivide=python35.PyNumber_InPlaceTrueDivide |
| 355 | PyNumber_InPlaceXor=python35.PyNumber_InPlaceXor |
| 356 | PyNumber_Index=python35.PyNumber_Index |
| 357 | PyNumber_Invert=python35.PyNumber_Invert |
| 358 | PyNumber_Long=python35.PyNumber_Long |
| 359 | PyNumber_Lshift=python35.PyNumber_Lshift |
| 360 | PyNumber_Multiply=python35.PyNumber_Multiply |
| 361 | PyNumber_Negative=python35.PyNumber_Negative |
| 362 | PyNumber_Or=python35.PyNumber_Or |
| 363 | PyNumber_Positive=python35.PyNumber_Positive |
| 364 | PyNumber_Power=python35.PyNumber_Power |
| 365 | PyNumber_Remainder=python35.PyNumber_Remainder |
| 366 | PyNumber_Rshift=python35.PyNumber_Rshift |
| 367 | PyNumber_Subtract=python35.PyNumber_Subtract |
| 368 | PyNumber_ToBase=python35.PyNumber_ToBase |
| 369 | PyNumber_TrueDivide=python35.PyNumber_TrueDivide |
| 370 | PyNumber_Xor=python35.PyNumber_Xor |
| 371 | PyOS_AfterFork=python35.PyOS_AfterFork |
| 372 | PyOS_InitInterrupts=python35.PyOS_InitInterrupts |
| 373 | PyOS_InputHook=python35.PyOS_InputHook DATA |
| 374 | PyOS_InterruptOccurred=python35.PyOS_InterruptOccurred |
| 375 | PyOS_ReadlineFunctionPointer=python35.PyOS_ReadlineFunctionPointer DATA |
| 376 | PyOS_double_to_string=python35.PyOS_double_to_string |
| 377 | PyOS_getsig=python35.PyOS_getsig |
| 378 | PyOS_mystricmp=python35.PyOS_mystricmp |
| 379 | PyOS_mystrnicmp=python35.PyOS_mystrnicmp |
| 380 | PyOS_setsig=python35.PyOS_setsig |
| 381 | PyOS_snprintf=python35.PyOS_snprintf |
| 382 | PyOS_string_to_double=python35.PyOS_string_to_double |
| 383 | PyOS_strtol=python35.PyOS_strtol |
| 384 | PyOS_strtoul=python35.PyOS_strtoul |
| 385 | PyOS_vsnprintf=python35.PyOS_vsnprintf |
| 386 | PyObject_ASCII=python35.PyObject_ASCII |
| 387 | PyObject_AsCharBuffer=python35.PyObject_AsCharBuffer |
| 388 | PyObject_AsFileDescriptor=python35.PyObject_AsFileDescriptor |
| 389 | PyObject_AsReadBuffer=python35.PyObject_AsReadBuffer |
| 390 | PyObject_AsWriteBuffer=python35.PyObject_AsWriteBuffer |
| 391 | PyObject_Bytes=python35.PyObject_Bytes |
| 392 | PyObject_Call=python35.PyObject_Call |
| 393 | PyObject_CallFunction=python35.PyObject_CallFunction |
| 394 | PyObject_CallFunctionObjArgs=python35.PyObject_CallFunctionObjArgs |
| 395 | PyObject_CallMethod=python35.PyObject_CallMethod |
| 396 | PyObject_CallMethodObjArgs=python35.PyObject_CallMethodObjArgs |
| 397 | PyObject_CallObject=python35.PyObject_CallObject |
| 398 | PyObject_CheckReadBuffer=python35.PyObject_CheckReadBuffer |
| 399 | PyObject_ClearWeakRefs=python35.PyObject_ClearWeakRefs |
| 400 | PyObject_DelItem=python35.PyObject_DelItem |
| 401 | PyObject_DelItemString=python35.PyObject_DelItemString |
| 402 | PyObject_Dir=python35.PyObject_Dir |
| 403 | PyObject_Format=python35.PyObject_Format |
| 404 | PyObject_Free=python35.PyObject_Free |
| 405 | PyObject_GC_Del=python35.PyObject_GC_Del |
| 406 | PyObject_GC_Track=python35.PyObject_GC_Track |
| 407 | PyObject_GC_UnTrack=python35.PyObject_GC_UnTrack |
| 408 | PyObject_GenericGetAttr=python35.PyObject_GenericGetAttr |
| 409 | PyObject_GenericSetAttr=python35.PyObject_GenericSetAttr |
| 410 | PyObject_GetAttr=python35.PyObject_GetAttr |
| 411 | PyObject_GetAttrString=python35.PyObject_GetAttrString |
| 412 | PyObject_GetItem=python35.PyObject_GetItem |
| 413 | PyObject_GetIter=python35.PyObject_GetIter |
| 414 | PyObject_HasAttr=python35.PyObject_HasAttr |
| 415 | PyObject_HasAttrString=python35.PyObject_HasAttrString |
| 416 | PyObject_Hash=python35.PyObject_Hash |
| 417 | PyObject_HashNotImplemented=python35.PyObject_HashNotImplemented |
| 418 | PyObject_Init=python35.PyObject_Init |
| 419 | PyObject_InitVar=python35.PyObject_InitVar |
| 420 | PyObject_IsInstance=python35.PyObject_IsInstance |
| 421 | PyObject_IsSubclass=python35.PyObject_IsSubclass |
| 422 | PyObject_IsTrue=python35.PyObject_IsTrue |
| 423 | PyObject_Length=python35.PyObject_Length |
| 424 | PyObject_Malloc=python35.PyObject_Malloc |
| 425 | PyObject_Not=python35.PyObject_Not |
| 426 | PyObject_Realloc=python35.PyObject_Realloc |
| 427 | PyObject_Repr=python35.PyObject_Repr |
| 428 | PyObject_RichCompare=python35.PyObject_RichCompare |
| 429 | PyObject_RichCompareBool=python35.PyObject_RichCompareBool |
| 430 | PyObject_SelfIter=python35.PyObject_SelfIter |
| 431 | PyObject_SetAttr=python35.PyObject_SetAttr |
| 432 | PyObject_SetAttrString=python35.PyObject_SetAttrString |
| 433 | PyObject_SetItem=python35.PyObject_SetItem |
| 434 | PyObject_Size=python35.PyObject_Size |
| 435 | PyObject_Str=python35.PyObject_Str |
| 436 | PyObject_Type=python35.PyObject_Type DATA |
Eric Snow | f3b73ad | 2015-05-30 14:19:27 -0600 | [diff] [blame] | 437 | PyODict_DelItem=python35.PyODict_DelItem |
| 438 | PyODict_New=python35.PyODict_New |
| 439 | PyODict_SetItem=python35.PyODict_SetItem |
| 440 | PyODict_Type=python35.PyODict_Type DATA |
| 441 | PyODictItems_Type=python35.PyODictItems_Type DATA |
| 442 | PyODictIter_Type=python35.PyODictIter_Type DATA |
| 443 | PyODictKeys_Type=python35.PyODictKeys_Type DATA |
| 444 | PyODictValues_Type=python35.PyODictValues_Type DATA |
Yury Selivanov | 7aa5341 | 2015-05-30 10:57:56 -0400 | [diff] [blame] | 445 | PyParser_SimpleParseFileFlags=python35.PyParser_SimpleParseFileFlags |
| 446 | PyParser_SimpleParseStringFlags=python35.PyParser_SimpleParseStringFlags |
| 447 | PyProperty_Type=python35.PyProperty_Type DATA |
| 448 | PyRangeIter_Type=python35.PyRangeIter_Type DATA |
| 449 | PyRange_Type=python35.PyRange_Type DATA |
| 450 | PyReversed_Type=python35.PyReversed_Type DATA |
| 451 | PySeqIter_New=python35.PySeqIter_New |
| 452 | PySeqIter_Type=python35.PySeqIter_Type DATA |
| 453 | PySequence_Check=python35.PySequence_Check |
| 454 | PySequence_Concat=python35.PySequence_Concat |
| 455 | PySequence_Contains=python35.PySequence_Contains |
| 456 | PySequence_Count=python35.PySequence_Count |
| 457 | PySequence_DelItem=python35.PySequence_DelItem |
| 458 | PySequence_DelSlice=python35.PySequence_DelSlice |
| 459 | PySequence_Fast=python35.PySequence_Fast |
| 460 | PySequence_GetItem=python35.PySequence_GetItem |
| 461 | PySequence_GetSlice=python35.PySequence_GetSlice |
| 462 | PySequence_In=python35.PySequence_In |
| 463 | PySequence_InPlaceConcat=python35.PySequence_InPlaceConcat |
| 464 | PySequence_InPlaceRepeat=python35.PySequence_InPlaceRepeat |
| 465 | PySequence_Index=python35.PySequence_Index |
| 466 | PySequence_Length=python35.PySequence_Length |
| 467 | PySequence_List=python35.PySequence_List |
| 468 | PySequence_Repeat=python35.PySequence_Repeat |
| 469 | PySequence_SetItem=python35.PySequence_SetItem |
| 470 | PySequence_SetSlice=python35.PySequence_SetSlice |
| 471 | PySequence_Size=python35.PySequence_Size |
| 472 | PySequence_Tuple=python35.PySequence_Tuple |
| 473 | PySetIter_Type=python35.PySetIter_Type DATA |
| 474 | PySet_Add=python35.PySet_Add |
| 475 | PySet_Clear=python35.PySet_Clear |
| 476 | PySet_Contains=python35.PySet_Contains |
| 477 | PySet_Discard=python35.PySet_Discard |
| 478 | PySet_New=python35.PySet_New |
| 479 | PySet_Pop=python35.PySet_Pop |
| 480 | PySet_Size=python35.PySet_Size |
| 481 | PySet_Type=python35.PySet_Type DATA |
| 482 | PySlice_GetIndices=python35.PySlice_GetIndices |
| 483 | PySlice_GetIndicesEx=python35.PySlice_GetIndicesEx |
| 484 | PySlice_New=python35.PySlice_New |
| 485 | PySlice_Type=python35.PySlice_Type DATA |
| 486 | PySortWrapper_Type=python35.PySortWrapper_Type DATA |
| 487 | PyState_FindModule=python35.PyState_FindModule |
| 488 | PyState_AddModule=python35.PyState_AddModule |
| 489 | PyState_RemoveModule=python35.PyState_RemoveModule |
| 490 | PyStructSequence_GetItem=python35.PyStructSequence_GetItem |
| 491 | PyStructSequence_New=python35.PyStructSequence_New |
| 492 | PyStructSequence_NewType=python35.PyStructSequence_NewType |
| 493 | PyStructSequence_SetItem=python35.PyStructSequence_SetItem |
| 494 | PySuper_Type=python35.PySuper_Type DATA |
| 495 | PySys_AddWarnOption=python35.PySys_AddWarnOption |
| 496 | PySys_AddWarnOptionUnicode=python35.PySys_AddWarnOptionUnicode |
| 497 | PySys_FormatStderr=python35.PySys_FormatStderr |
| 498 | PySys_FormatStdout=python35.PySys_FormatStdout |
| 499 | PySys_GetObject=python35.PySys_GetObject |
| 500 | PySys_HasWarnOptions=python35.PySys_HasWarnOptions |
| 501 | PySys_ResetWarnOptions=python35.PySys_ResetWarnOptions |
| 502 | PySys_SetArgv=python35.PySys_SetArgv |
| 503 | PySys_SetArgvEx=python35.PySys_SetArgvEx |
| 504 | PySys_SetObject=python35.PySys_SetObject |
| 505 | PySys_SetPath=python35.PySys_SetPath |
| 506 | PySys_WriteStderr=python35.PySys_WriteStderr |
| 507 | PySys_WriteStdout=python35.PySys_WriteStdout |
| 508 | PyThreadState_Clear=python35.PyThreadState_Clear |
| 509 | PyThreadState_Delete=python35.PyThreadState_Delete |
| 510 | PyThreadState_DeleteCurrent=python35.PyThreadState_DeleteCurrent |
| 511 | PyThreadState_Get=python35.PyThreadState_Get |
| 512 | PyThreadState_GetDict=python35.PyThreadState_GetDict |
| 513 | PyThreadState_New=python35.PyThreadState_New |
| 514 | PyThreadState_SetAsyncExc=python35.PyThreadState_SetAsyncExc |
| 515 | PyThreadState_Swap=python35.PyThreadState_Swap |
| 516 | PyTraceBack_Here=python35.PyTraceBack_Here |
| 517 | PyTraceBack_Print=python35.PyTraceBack_Print |
| 518 | PyTraceBack_Type=python35.PyTraceBack_Type DATA |
| 519 | PyTupleIter_Type=python35.PyTupleIter_Type DATA |
| 520 | PyTuple_ClearFreeList=python35.PyTuple_ClearFreeList |
| 521 | PyTuple_GetItem=python35.PyTuple_GetItem |
| 522 | PyTuple_GetSlice=python35.PyTuple_GetSlice |
| 523 | PyTuple_New=python35.PyTuple_New |
| 524 | PyTuple_Pack=python35.PyTuple_Pack |
| 525 | PyTuple_SetItem=python35.PyTuple_SetItem |
| 526 | PyTuple_Size=python35.PyTuple_Size |
| 527 | PyTuple_Type=python35.PyTuple_Type DATA |
| 528 | PyType_ClearCache=python35.PyType_ClearCache |
| 529 | PyType_FromSpec=python35.PyType_FromSpec |
| 530 | PyType_FromSpecWithBases=python35.PyType_FromSpecWithBases |
| 531 | PyType_GenericAlloc=python35.PyType_GenericAlloc |
| 532 | PyType_GenericNew=python35.PyType_GenericNew |
| 533 | PyType_GetFlags=python35.PyType_GetFlags |
| 534 | PyType_GetSlot=python35.PyType_GetSlot |
| 535 | PyType_IsSubtype=python35.PyType_IsSubtype |
| 536 | PyType_Modified=python35.PyType_Modified |
| 537 | PyType_Ready=python35.PyType_Ready |
| 538 | PyType_Type=python35.PyType_Type DATA |
| 539 | PyUnicodeDecodeError_Create=python35.PyUnicodeDecodeError_Create |
| 540 | PyUnicodeDecodeError_GetEncoding=python35.PyUnicodeDecodeError_GetEncoding |
| 541 | PyUnicodeDecodeError_GetEnd=python35.PyUnicodeDecodeError_GetEnd |
| 542 | PyUnicodeDecodeError_GetObject=python35.PyUnicodeDecodeError_GetObject |
| 543 | PyUnicodeDecodeError_GetReason=python35.PyUnicodeDecodeError_GetReason |
| 544 | PyUnicodeDecodeError_GetStart=python35.PyUnicodeDecodeError_GetStart |
| 545 | PyUnicodeDecodeError_SetEnd=python35.PyUnicodeDecodeError_SetEnd |
| 546 | PyUnicodeDecodeError_SetReason=python35.PyUnicodeDecodeError_SetReason |
| 547 | PyUnicodeDecodeError_SetStart=python35.PyUnicodeDecodeError_SetStart |
| 548 | PyUnicodeEncodeError_GetEncoding=python35.PyUnicodeEncodeError_GetEncoding |
| 549 | PyUnicodeEncodeError_GetEnd=python35.PyUnicodeEncodeError_GetEnd |
| 550 | PyUnicodeEncodeError_GetObject=python35.PyUnicodeEncodeError_GetObject |
| 551 | PyUnicodeEncodeError_GetReason=python35.PyUnicodeEncodeError_GetReason |
| 552 | PyUnicodeEncodeError_GetStart=python35.PyUnicodeEncodeError_GetStart |
| 553 | PyUnicodeEncodeError_SetEnd=python35.PyUnicodeEncodeError_SetEnd |
| 554 | PyUnicodeEncodeError_SetReason=python35.PyUnicodeEncodeError_SetReason |
| 555 | PyUnicodeEncodeError_SetStart=python35.PyUnicodeEncodeError_SetStart |
| 556 | PyUnicodeIter_Type=python35.PyUnicodeIter_Type DATA |
| 557 | PyUnicodeTranslateError_GetEnd=python35.PyUnicodeTranslateError_GetEnd |
| 558 | PyUnicodeTranslateError_GetObject=python35.PyUnicodeTranslateError_GetObject |
| 559 | PyUnicodeTranslateError_GetReason=python35.PyUnicodeTranslateError_GetReason |
| 560 | PyUnicodeTranslateError_GetStart=python35.PyUnicodeTranslateError_GetStart |
| 561 | PyUnicodeTranslateError_SetEnd=python35.PyUnicodeTranslateError_SetEnd |
| 562 | PyUnicodeTranslateError_SetReason=python35.PyUnicodeTranslateError_SetReason |
| 563 | PyUnicodeTranslateError_SetStart=python35.PyUnicodeTranslateError_SetStart |
| 564 | PyUnicode_Append=python35.PyUnicode_Append |
| 565 | PyUnicode_AppendAndDel=python35.PyUnicode_AppendAndDel |
| 566 | PyUnicode_AsASCIIString=python35.PyUnicode_AsASCIIString |
| 567 | PyUnicode_AsCharmapString=python35.PyUnicode_AsCharmapString |
| 568 | PyUnicode_AsDecodedObject=python35.PyUnicode_AsDecodedObject |
| 569 | PyUnicode_AsDecodedUnicode=python35.PyUnicode_AsDecodedUnicode |
| 570 | PyUnicode_AsEncodedObject=python35.PyUnicode_AsEncodedObject |
| 571 | PyUnicode_AsEncodedString=python35.PyUnicode_AsEncodedString |
| 572 | PyUnicode_AsEncodedUnicode=python35.PyUnicode_AsEncodedUnicode |
| 573 | PyUnicode_AsLatin1String=python35.PyUnicode_AsLatin1String |
| 574 | PyUnicode_AsRawUnicodeEscapeString=python35.PyUnicode_AsRawUnicodeEscapeString |
| 575 | PyUnicode_AsUTF16String=python35.PyUnicode_AsUTF16String |
| 576 | PyUnicode_AsUTF32String=python35.PyUnicode_AsUTF32String |
| 577 | PyUnicode_AsUTF8String=python35.PyUnicode_AsUTF8String |
| 578 | PyUnicode_AsUnicodeEscapeString=python35.PyUnicode_AsUnicodeEscapeString |
| 579 | PyUnicode_AsWideChar=python35.PyUnicode_AsWideChar |
| 580 | PyUnicode_ClearFreelist=python35.PyUnicode_ClearFreelist |
| 581 | PyUnicode_Compare=python35.PyUnicode_Compare |
| 582 | PyUnicode_Concat=python35.PyUnicode_Concat |
| 583 | PyUnicode_Contains=python35.PyUnicode_Contains |
| 584 | PyUnicode_Count=python35.PyUnicode_Count |
| 585 | PyUnicode_Decode=python35.PyUnicode_Decode |
| 586 | PyUnicode_DecodeASCII=python35.PyUnicode_DecodeASCII |
| 587 | PyUnicode_DecodeCharmap=python35.PyUnicode_DecodeCharmap |
| 588 | PyUnicode_DecodeFSDefault=python35.PyUnicode_DecodeFSDefault |
| 589 | PyUnicode_DecodeFSDefaultAndSize=python35.PyUnicode_DecodeFSDefaultAndSize |
| 590 | PyUnicode_DecodeLatin1=python35.PyUnicode_DecodeLatin1 |
| 591 | PyUnicode_DecodeRawUnicodeEscape=python35.PyUnicode_DecodeRawUnicodeEscape |
| 592 | PyUnicode_DecodeUTF16=python35.PyUnicode_DecodeUTF16 |
| 593 | PyUnicode_DecodeUTF16Stateful=python35.PyUnicode_DecodeUTF16Stateful |
| 594 | PyUnicode_DecodeUTF32=python35.PyUnicode_DecodeUTF32 |
| 595 | PyUnicode_DecodeUTF32Stateful=python35.PyUnicode_DecodeUTF32Stateful |
| 596 | PyUnicode_DecodeUTF8=python35.PyUnicode_DecodeUTF8 |
| 597 | PyUnicode_DecodeUTF8Stateful=python35.PyUnicode_DecodeUTF8Stateful |
| 598 | PyUnicode_DecodeUnicodeEscape=python35.PyUnicode_DecodeUnicodeEscape |
| 599 | PyUnicode_FSConverter=python35.PyUnicode_FSConverter |
| 600 | PyUnicode_FSDecoder=python35.PyUnicode_FSDecoder |
| 601 | PyUnicode_Find=python35.PyUnicode_Find |
| 602 | PyUnicode_Format=python35.PyUnicode_Format |
| 603 | PyUnicode_FromEncodedObject=python35.PyUnicode_FromEncodedObject |
| 604 | PyUnicode_FromFormat=python35.PyUnicode_FromFormat |
| 605 | PyUnicode_FromFormatV=python35.PyUnicode_FromFormatV |
| 606 | PyUnicode_FromObject=python35.PyUnicode_FromObject |
| 607 | PyUnicode_FromOrdinal=python35.PyUnicode_FromOrdinal |
| 608 | PyUnicode_FromString=python35.PyUnicode_FromString |
| 609 | PyUnicode_FromStringAndSize=python35.PyUnicode_FromStringAndSize |
| 610 | PyUnicode_FromWideChar=python35.PyUnicode_FromWideChar |
| 611 | PyUnicode_GetDefaultEncoding=python35.PyUnicode_GetDefaultEncoding |
| 612 | PyUnicode_GetSize=python35.PyUnicode_GetSize |
| 613 | PyUnicode_IsIdentifier=python35.PyUnicode_IsIdentifier |
| 614 | PyUnicode_Join=python35.PyUnicode_Join |
| 615 | PyUnicode_Partition=python35.PyUnicode_Partition |
| 616 | PyUnicode_RPartition=python35.PyUnicode_RPartition |
| 617 | PyUnicode_RSplit=python35.PyUnicode_RSplit |
| 618 | PyUnicode_Replace=python35.PyUnicode_Replace |
| 619 | PyUnicode_Resize=python35.PyUnicode_Resize |
| 620 | PyUnicode_RichCompare=python35.PyUnicode_RichCompare |
| 621 | PyUnicode_SetDefaultEncoding=python35.PyUnicode_SetDefaultEncoding |
| 622 | PyUnicode_Split=python35.PyUnicode_Split |
| 623 | PyUnicode_Splitlines=python35.PyUnicode_Splitlines |
| 624 | PyUnicode_Tailmatch=python35.PyUnicode_Tailmatch |
| 625 | PyUnicode_Translate=python35.PyUnicode_Translate |
| 626 | PyUnicode_BuildEncodingMap=python35.PyUnicode_BuildEncodingMap |
| 627 | PyUnicode_CompareWithASCIIString=python35.PyUnicode_CompareWithASCIIString |
| 628 | PyUnicode_DecodeUTF7=python35.PyUnicode_DecodeUTF7 |
| 629 | PyUnicode_DecodeUTF7Stateful=python35.PyUnicode_DecodeUTF7Stateful |
| 630 | PyUnicode_EncodeFSDefault=python35.PyUnicode_EncodeFSDefault |
| 631 | PyUnicode_InternFromString=python35.PyUnicode_InternFromString |
| 632 | PyUnicode_InternImmortal=python35.PyUnicode_InternImmortal |
| 633 | PyUnicode_InternInPlace=python35.PyUnicode_InternInPlace |
| 634 | PyUnicode_Type=python35.PyUnicode_Type DATA |
| 635 | PyWeakref_GetObject=python35.PyWeakref_GetObject DATA |
| 636 | PyWeakref_NewProxy=python35.PyWeakref_NewProxy |
| 637 | PyWeakref_NewRef=python35.PyWeakref_NewRef |
| 638 | PyWrapperDescr_Type=python35.PyWrapperDescr_Type DATA |
| 639 | PyWrapper_New=python35.PyWrapper_New |
| 640 | PyZip_Type=python35.PyZip_Type DATA |
| 641 | Py_AddPendingCall=python35.Py_AddPendingCall |
| 642 | Py_AtExit=python35.Py_AtExit |
| 643 | Py_BuildValue=python35.Py_BuildValue |
| 644 | Py_CompileString=python35.Py_CompileString |
| 645 | Py_DecRef=python35.Py_DecRef |
| 646 | Py_EndInterpreter=python35.Py_EndInterpreter |
| 647 | Py_Exit=python35.Py_Exit |
| 648 | Py_FatalError=python35.Py_FatalError |
| 649 | Py_FileSystemDefaultEncoding=python35.Py_FileSystemDefaultEncoding DATA |
| 650 | Py_Finalize=python35.Py_Finalize |
| 651 | Py_GetBuildInfo=python35.Py_GetBuildInfo |
| 652 | Py_GetCompiler=python35.Py_GetCompiler |
| 653 | Py_GetCopyright=python35.Py_GetCopyright |
| 654 | Py_GetExecPrefix=python35.Py_GetExecPrefix |
| 655 | Py_GetPath=python35.Py_GetPath |
| 656 | Py_GetPlatform=python35.Py_GetPlatform |
| 657 | Py_GetPrefix=python35.Py_GetPrefix |
| 658 | Py_GetProgramFullPath=python35.Py_GetProgramFullPath |
| 659 | Py_GetProgramName=python35.Py_GetProgramName |
| 660 | Py_GetPythonHome=python35.Py_GetPythonHome |
| 661 | Py_GetRecursionLimit=python35.Py_GetRecursionLimit |
| 662 | Py_GetVersion=python35.Py_GetVersion |
| 663 | Py_HasFileSystemDefaultEncoding=python35.Py_HasFileSystemDefaultEncoding DATA |
| 664 | Py_IncRef=python35.Py_IncRef |
| 665 | Py_Initialize=python35.Py_Initialize |
| 666 | Py_InitializeEx=python35.Py_InitializeEx |
| 667 | Py_IsInitialized=python35.Py_IsInitialized |
| 668 | Py_Main=python35.Py_Main |
| 669 | Py_MakePendingCalls=python35.Py_MakePendingCalls |
| 670 | Py_NewInterpreter=python35.Py_NewInterpreter |
| 671 | Py_ReprEnter=python35.Py_ReprEnter |
| 672 | Py_ReprLeave=python35.Py_ReprLeave |
| 673 | Py_SetProgramName=python35.Py_SetProgramName |
| 674 | Py_SetPythonHome=python35.Py_SetPythonHome |
| 675 | Py_SetRecursionLimit=python35.Py_SetRecursionLimit |
| 676 | Py_SymtableString=python35.Py_SymtableString |
| 677 | Py_VaBuildValue=python35.Py_VaBuildValue |
| 678 | _PyErr_BadInternalCall=python35._PyErr_BadInternalCall |
| 679 | _PyObject_CallFunction_SizeT=python35._PyObject_CallFunction_SizeT |
| 680 | _PyObject_CallMethod_SizeT=python35._PyObject_CallMethod_SizeT |
| 681 | _PyObject_GC_Malloc=python35._PyObject_GC_Malloc |
| 682 | _PyObject_GC_New=python35._PyObject_GC_New |
| 683 | _PyObject_GC_NewVar=python35._PyObject_GC_NewVar |
| 684 | _PyObject_GC_Resize=python35._PyObject_GC_Resize |
| 685 | _PyObject_New=python35._PyObject_New |
| 686 | _PyObject_NewVar=python35._PyObject_NewVar |
| 687 | _PyState_AddModule=python35._PyState_AddModule |
| 688 | _PyThreadState_Init=python35._PyThreadState_Init |
| 689 | _PyThreadState_Prealloc=python35._PyThreadState_Prealloc |
| 690 | _PyTrash_delete_later=python35._PyTrash_delete_later DATA |
| 691 | _PyTrash_delete_nesting=python35._PyTrash_delete_nesting DATA |
| 692 | _PyTrash_deposit_object=python35._PyTrash_deposit_object |
| 693 | _PyTrash_destroy_chain=python35._PyTrash_destroy_chain |
| 694 | _PyWeakref_CallableProxyType=python35._PyWeakref_CallableProxyType DATA |
| 695 | _PyWeakref_ProxyType=python35._PyWeakref_ProxyType DATA |
| 696 | _PyWeakref_RefType=python35._PyWeakref_RefType DATA |
| 697 | _Py_BuildValue_SizeT=python35._Py_BuildValue_SizeT |
| 698 | _Py_CheckRecursionLimit=python35._Py_CheckRecursionLimit DATA |
| 699 | _Py_CheckRecursiveCall=python35._Py_CheckRecursiveCall |
| 700 | _Py_Dealloc=python35._Py_Dealloc |
| 701 | _Py_EllipsisObject=python35._Py_EllipsisObject DATA |
| 702 | _Py_FalseStruct=python35._Py_FalseStruct DATA |
| 703 | _Py_NoneStruct=python35._Py_NoneStruct DATA |
| 704 | _Py_NotImplementedStruct=python35._Py_NotImplementedStruct DATA |
| 705 | _Py_SwappedOp=python35._Py_SwappedOp DATA |
| 706 | _Py_TrueStruct=python35._Py_TrueStruct DATA |
| 707 | _Py_VaBuildValue_SizeT=python35._Py_VaBuildValue_SizeT |
| 708 | _PyArg_Parse_SizeT=python35._PyArg_Parse_SizeT |
| 709 | _PyArg_ParseTuple_SizeT=python35._PyArg_ParseTuple_SizeT |
| 710 | _PyArg_ParseTupleAndKeywords_SizeT=python35._PyArg_ParseTupleAndKeywords_SizeT |
| 711 | _PyArg_VaParse_SizeT=python35._PyArg_VaParse_SizeT |
| 712 | _PyArg_VaParseTupleAndKeywords_SizeT=python35._PyArg_VaParseTupleAndKeywords_SizeT |
| 713 | _Py_BuildValue_SizeT=python35._Py_BuildValue_SizeT |