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