~ubuntu-branches/ubuntu/trusty/python3.4/trusty-proposed

« back to all changes in this revision

Viewing changes to PC/python3.def

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2013-11-25 09:44:27 UTC
  • Revision ID: package-import@ubuntu.com-20131125094427-lzxj8ap5w01lmo7f
Tags: upstream-3.4~b1
ImportĀ upstreamĀ versionĀ 3.4~b1

Show diffs side-by-side

added added

removed removed

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