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