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