blob: fecd7310626e8702c0388a56d497e95a9932e949 [file] [log] [blame]
Steve Dower65e4cb12014-11-22 12:54:57 -08001; This file specifies the import forwarding for python3.dll
2; It is used when building python3dll.vcxproj
Antoine Pitrou71219da2011-02-25 14:31:09 +00003LIBRARY "python3"
4EXPORTS
Zachary Ware41a6a622015-05-28 17:30:03 -05005 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
Serhiy Storchakac70081c2016-12-27 12:13:05 +020071 PyCodec_NameReplaceErrors=python36.PyCodec_NameReplaceErrors
Zachary Ware41a6a622015-05-28 17:30:03 -050072 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
Serhiy Storchakac70081c2016-12-27 12:13:05 +0200126 PyErr_GetExcInfo=python36.PyErr_GetExcInfo
Zachary Ware41a6a622015-05-28 17:30:03 -0500127 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
Serhiy Storchakac70081c2016-12-27 12:13:05 +0200136 PyErr_ResourceWarning=python36.PyErr_ResourceWarning
Zachary Ware41a6a622015-05-28 17:30:03 -0500137 PyErr_Restore=python36.PyErr_Restore
Serhiy Storchakac70081c2016-12-27 12:13:05 +0200138 PyErr_SetExcInfo=python36.PyErr_SetExcInfo
Zachary Ware41a6a622015-05-28 17:30:03 -0500139 PyErr_SetFromErrno=python36.PyErr_SetFromErrno
140 PyErr_SetFromErrnoWithFilename=python36.PyErr_SetFromErrnoWithFilename
141 PyErr_SetFromErrnoWithFilenameObject=python36.PyErr_SetFromErrnoWithFilenameObject
Serhiy Storchakac70081c2016-12-27 12:13:05 +0200142 PyErr_SetFromErrnoWithFilenameObjects=python36.PyErr_SetFromErrnoWithFilenameObjects
143 PyErr_SetImportError=python36.PyErr_SetImportError
144 PyErr_SetImportErrorSubclass=python36.PyErr_SetImportErrorSubclass
Zachary Ware41a6a622015-05-28 17:30:03 -0500145 PyErr_SetInterrupt=python36.PyErr_SetInterrupt
146 PyErr_SetNone=python36.PyErr_SetNone
147 PyErr_SetObject=python36.PyErr_SetObject
148 PyErr_SetString=python36.PyErr_SetString
149 PyErr_SyntaxLocation=python36.PyErr_SyntaxLocation
Serhiy Storchakac70081c2016-12-27 12:13:05 +0200150 PyErr_SyntaxLocationEx=python36.PyErr_SyntaxLocationEx
Zachary Ware41a6a622015-05-28 17:30:03 -0500151 PyErr_WarnEx=python36.PyErr_WarnEx
152 PyErr_WarnExplicit=python36.PyErr_WarnExplicit
153 PyErr_WarnFormat=python36.PyErr_WarnFormat
154 PyErr_WriteUnraisable=python36.PyErr_WriteUnraisable
155 PyEval_AcquireLock=python36.PyEval_AcquireLock
156 PyEval_AcquireThread=python36.PyEval_AcquireThread
157 PyEval_CallFunction=python36.PyEval_CallFunction
158 PyEval_CallMethod=python36.PyEval_CallMethod
159 PyEval_CallObjectWithKeywords=python36.PyEval_CallObjectWithKeywords
160 PyEval_EvalCode=python36.PyEval_EvalCode
161 PyEval_EvalCodeEx=python36.PyEval_EvalCodeEx
162 PyEval_EvalFrame=python36.PyEval_EvalFrame
163 PyEval_EvalFrameEx=python36.PyEval_EvalFrameEx
164 PyEval_GetBuiltins=python36.PyEval_GetBuiltins
165 PyEval_GetCallStats=python36.PyEval_GetCallStats
166 PyEval_GetFrame=python36.PyEval_GetFrame
167 PyEval_GetFuncDesc=python36.PyEval_GetFuncDesc
168 PyEval_GetFuncName=python36.PyEval_GetFuncName
169 PyEval_GetGlobals=python36.PyEval_GetGlobals
170 PyEval_GetLocals=python36.PyEval_GetLocals
171 PyEval_InitThreads=python36.PyEval_InitThreads
172 PyEval_ReInitThreads=python36.PyEval_ReInitThreads
173 PyEval_ReleaseLock=python36.PyEval_ReleaseLock
174 PyEval_ReleaseThread=python36.PyEval_ReleaseThread
175 PyEval_RestoreThread=python36.PyEval_RestoreThread
176 PyEval_SaveThread=python36.PyEval_SaveThread
177 PyEval_ThreadsInitialized=python36.PyEval_ThreadsInitialized
178 PyExc_ArithmeticError=python36.PyExc_ArithmeticError DATA
179 PyExc_AssertionError=python36.PyExc_AssertionError DATA
180 PyExc_AttributeError=python36.PyExc_AttributeError DATA
181 PyExc_BaseException=python36.PyExc_BaseException DATA
Serhiy Storchakac70081c2016-12-27 12:13:05 +0200182 PyExc_BlockingIOError=python36.PyExc_BlockingIOError DATA
183 PyExc_BrokenPipeError=python36.PyExc_BrokenPipeError DATA
Zachary Ware41a6a622015-05-28 17:30:03 -0500184 PyExc_BufferError=python36.PyExc_BufferError DATA
185 PyExc_BytesWarning=python36.PyExc_BytesWarning DATA
Serhiy Storchakac70081c2016-12-27 12:13:05 +0200186 PyExc_ChildProcessError=python36.PyExc_ChildProcessError DATA
187 PyExc_ConnectionAbortedError=python36.PyExc_ConnectionAbortedError DATA
188 PyExc_ConnectionError=python36.PyExc_ConnectionError DATA
189 PyExc_ConnectionRefusedError=python36.PyExc_ConnectionRefusedError DATA
190 PyExc_ConnectionResetError=python36.PyExc_ConnectionResetError DATA
Zachary Ware41a6a622015-05-28 17:30:03 -0500191 PyExc_DeprecationWarning=python36.PyExc_DeprecationWarning DATA
192 PyExc_EOFError=python36.PyExc_EOFError DATA
193 PyExc_EnvironmentError=python36.PyExc_EnvironmentError DATA
194 PyExc_Exception=python36.PyExc_Exception DATA
Serhiy Storchakac70081c2016-12-27 12:13:05 +0200195 PyExc_FileExistsError=python36.PyExc_FileExistsError DATA
196 PyExc_FileNotFoundError=python36.PyExc_FileNotFoundError DATA
Zachary Ware41a6a622015-05-28 17:30:03 -0500197 PyExc_FloatingPointError=python36.PyExc_FloatingPointError DATA
198 PyExc_FutureWarning=python36.PyExc_FutureWarning DATA
199 PyExc_GeneratorExit=python36.PyExc_GeneratorExit DATA
200 PyExc_IOError=python36.PyExc_IOError DATA
201 PyExc_ImportError=python36.PyExc_ImportError DATA
202 PyExc_ImportWarning=python36.PyExc_ImportWarning DATA
203 PyExc_IndentationError=python36.PyExc_IndentationError DATA
204 PyExc_IndexError=python36.PyExc_IndexError DATA
Serhiy Storchakac70081c2016-12-27 12:13:05 +0200205 PyExc_InterruptedError=python36.PyExc_InterruptedError DATA
206 PyExc_IsADirectoryError=python36.PyExc_IsADirectoryError DATA
Zachary Ware41a6a622015-05-28 17:30:03 -0500207 PyExc_KeyError=python36.PyExc_KeyError DATA
208 PyExc_KeyboardInterrupt=python36.PyExc_KeyboardInterrupt DATA
209 PyExc_LookupError=python36.PyExc_LookupError DATA
210 PyExc_MemoryError=python36.PyExc_MemoryError DATA
Serhiy Storchakac70081c2016-12-27 12:13:05 +0200211 PyExc_ModuleNotFoundError=python36.PyExc_ModuleNotFoundError DATA
Zachary Ware41a6a622015-05-28 17:30:03 -0500212 PyExc_NameError=python36.PyExc_NameError DATA
Serhiy Storchakac70081c2016-12-27 12:13:05 +0200213 PyExc_NotADirectoryError=python36.PyExc_NotADirectoryError DATA
Zachary Ware41a6a622015-05-28 17:30:03 -0500214 PyExc_NotImplementedError=python36.PyExc_NotImplementedError DATA
215 PyExc_OSError=python36.PyExc_OSError DATA
216 PyExc_OverflowError=python36.PyExc_OverflowError DATA
217 PyExc_PendingDeprecationWarning=python36.PyExc_PendingDeprecationWarning DATA
Serhiy Storchakac70081c2016-12-27 12:13:05 +0200218 PyExc_PermissionError=python36.PyExc_PermissionError DATA
219 PyExc_ProcessLookupError=python36.PyExc_ProcessLookupError DATA
220 PyExc_RecursionError=python36.PyExc_RecursionError DATA
Zachary Ware41a6a622015-05-28 17:30:03 -0500221 PyExc_RecursionErrorInst=python36.PyExc_RecursionErrorInst DATA
222 PyExc_ReferenceError=python36.PyExc_ReferenceError DATA
Serhiy Storchakac70081c2016-12-27 12:13:05 +0200223 PyExc_ResourceWarning=python36.PyExc_ResourceWarning DATA
Zachary Ware41a6a622015-05-28 17:30:03 -0500224 PyExc_RuntimeError=python36.PyExc_RuntimeError DATA
225 PyExc_RuntimeWarning=python36.PyExc_RuntimeWarning DATA
Serhiy Storchakac70081c2016-12-27 12:13:05 +0200226 PyExc_StopAsyncIteration=python36.PyExc_StopAsyncIteration DATA
Zachary Ware41a6a622015-05-28 17:30:03 -0500227 PyExc_StopIteration=python36.PyExc_StopIteration DATA
228 PyExc_SyntaxError=python36.PyExc_SyntaxError DATA
229 PyExc_SyntaxWarning=python36.PyExc_SyntaxWarning DATA
230 PyExc_SystemError=python36.PyExc_SystemError DATA
231 PyExc_SystemExit=python36.PyExc_SystemExit DATA
232 PyExc_TabError=python36.PyExc_TabError DATA
Serhiy Storchakac70081c2016-12-27 12:13:05 +0200233 PyExc_TimeoutError=python36.PyExc_TimeoutError DATA
Zachary Ware41a6a622015-05-28 17:30:03 -0500234 PyExc_TypeError=python36.PyExc_TypeError DATA
235 PyExc_UnboundLocalError=python36.PyExc_UnboundLocalError DATA
236 PyExc_UnicodeDecodeError=python36.PyExc_UnicodeDecodeError DATA
237 PyExc_UnicodeEncodeError=python36.PyExc_UnicodeEncodeError DATA
238 PyExc_UnicodeError=python36.PyExc_UnicodeError DATA
239 PyExc_UnicodeTranslateError=python36.PyExc_UnicodeTranslateError DATA
240 PyExc_UnicodeWarning=python36.PyExc_UnicodeWarning DATA
241 PyExc_UserWarning=python36.PyExc_UserWarning DATA
242 PyExc_ValueError=python36.PyExc_ValueError DATA
243 PyExc_Warning=python36.PyExc_Warning DATA
244 PyExc_ZeroDivisionError=python36.PyExc_ZeroDivisionError DATA
245 PyException_GetCause=python36.PyException_GetCause
246 PyException_GetContext=python36.PyException_GetContext
247 PyException_GetTraceback=python36.PyException_GetTraceback
248 PyException_SetCause=python36.PyException_SetCause
249 PyException_SetContext=python36.PyException_SetContext
250 PyException_SetTraceback=python36.PyException_SetTraceback
251 PyFile_FromFd=python36.PyFile_FromFd
252 PyFile_GetLine=python36.PyFile_GetLine
253 PyFile_WriteObject=python36.PyFile_WriteObject
254 PyFile_WriteString=python36.PyFile_WriteString
255 PyFilter_Type=python36.PyFilter_Type DATA
256 PyFloat_AsDouble=python36.PyFloat_AsDouble
257 PyFloat_FromDouble=python36.PyFloat_FromDouble
258 PyFloat_FromString=python36.PyFloat_FromString
259 PyFloat_GetInfo=python36.PyFloat_GetInfo
260 PyFloat_GetMax=python36.PyFloat_GetMax
261 PyFloat_GetMin=python36.PyFloat_GetMin
262 PyFloat_Type=python36.PyFloat_Type DATA
263 PyFrozenSet_New=python36.PyFrozenSet_New
264 PyFrozenSet_Type=python36.PyFrozenSet_Type DATA
265 PyGC_Collect=python36.PyGC_Collect
266 PyGILState_Ensure=python36.PyGILState_Ensure
267 PyGILState_GetThisThreadState=python36.PyGILState_GetThisThreadState
268 PyGILState_Release=python36.PyGILState_Release
269 PyGetSetDescr_Type=python36.PyGetSetDescr_Type DATA
270 PyImport_AddModule=python36.PyImport_AddModule
Serhiy Storchakac70081c2016-12-27 12:13:05 +0200271 PyImport_AddModuleObject=python36.PyImport_AddModuleObject
Zachary Ware41a6a622015-05-28 17:30:03 -0500272 PyImport_AppendInittab=python36.PyImport_AppendInittab
273 PyImport_Cleanup=python36.PyImport_Cleanup
274 PyImport_ExecCodeModule=python36.PyImport_ExecCodeModule
275 PyImport_ExecCodeModuleEx=python36.PyImport_ExecCodeModuleEx
Serhiy Storchakac70081c2016-12-27 12:13:05 +0200276 PyImport_ExecCodeModuleObject=python36.PyImport_ExecCodeModuleObject
Zachary Ware41a6a622015-05-28 17:30:03 -0500277 PyImport_ExecCodeModuleWithPathnames=python36.PyImport_ExecCodeModuleWithPathnames
278 PyImport_GetImporter=python36.PyImport_GetImporter
279 PyImport_GetMagicNumber=python36.PyImport_GetMagicNumber
280 PyImport_GetMagicTag=python36.PyImport_GetMagicTag
281 PyImport_GetModuleDict=python36.PyImport_GetModuleDict
282 PyImport_Import=python36.PyImport_Import
283 PyImport_ImportFrozenModule=python36.PyImport_ImportFrozenModule
Serhiy Storchakac70081c2016-12-27 12:13:05 +0200284 PyImport_ImportFrozenModuleObject=python36.PyImport_ImportFrozenModuleObject
Zachary Ware41a6a622015-05-28 17:30:03 -0500285 PyImport_ImportModule=python36.PyImport_ImportModule
286 PyImport_ImportModuleLevel=python36.PyImport_ImportModuleLevel
Serhiy Storchakac70081c2016-12-27 12:13:05 +0200287 PyImport_ImportModuleLevelObject=python36.PyImport_ImportModuleLevelObject
Zachary Ware41a6a622015-05-28 17:30:03 -0500288 PyImport_ImportModuleNoBlock=python36.PyImport_ImportModuleNoBlock
289 PyImport_ReloadModule=python36.PyImport_ReloadModule
290 PyInterpreterState_Clear=python36.PyInterpreterState_Clear
291 PyInterpreterState_Delete=python36.PyInterpreterState_Delete
292 PyInterpreterState_New=python36.PyInterpreterState_New
293 PyIter_Next=python36.PyIter_Next
294 PyListIter_Type=python36.PyListIter_Type DATA
295 PyListRevIter_Type=python36.PyListRevIter_Type DATA
296 PyList_Append=python36.PyList_Append
297 PyList_AsTuple=python36.PyList_AsTuple
298 PyList_GetItem=python36.PyList_GetItem
299 PyList_GetSlice=python36.PyList_GetSlice
300 PyList_Insert=python36.PyList_Insert
301 PyList_New=python36.PyList_New
302 PyList_Reverse=python36.PyList_Reverse
303 PyList_SetItem=python36.PyList_SetItem
304 PyList_SetSlice=python36.PyList_SetSlice
305 PyList_Size=python36.PyList_Size
306 PyList_Sort=python36.PyList_Sort
307 PyList_Type=python36.PyList_Type DATA
308 PyLongRangeIter_Type=python36.PyLongRangeIter_Type DATA
309 PyLong_AsDouble=python36.PyLong_AsDouble
310 PyLong_AsLong=python36.PyLong_AsLong
311 PyLong_AsLongAndOverflow=python36.PyLong_AsLongAndOverflow
312 PyLong_AsLongLong=python36.PyLong_AsLongLong
313 PyLong_AsLongLongAndOverflow=python36.PyLong_AsLongLongAndOverflow
314 PyLong_AsSize_t=python36.PyLong_AsSize_t
315 PyLong_AsSsize_t=python36.PyLong_AsSsize_t
316 PyLong_AsUnsignedLong=python36.PyLong_AsUnsignedLong
317 PyLong_AsUnsignedLongLong=python36.PyLong_AsUnsignedLongLong
318 PyLong_AsUnsignedLongLongMask=python36.PyLong_AsUnsignedLongLongMask
319 PyLong_AsUnsignedLongMask=python36.PyLong_AsUnsignedLongMask
320 PyLong_AsVoidPtr=python36.PyLong_AsVoidPtr
321 PyLong_FromDouble=python36.PyLong_FromDouble
322 PyLong_FromLong=python36.PyLong_FromLong
323 PyLong_FromLongLong=python36.PyLong_FromLongLong
324 PyLong_FromSize_t=python36.PyLong_FromSize_t
325 PyLong_FromSsize_t=python36.PyLong_FromSsize_t
326 PyLong_FromString=python36.PyLong_FromString
327 PyLong_FromUnsignedLong=python36.PyLong_FromUnsignedLong
328 PyLong_FromUnsignedLongLong=python36.PyLong_FromUnsignedLongLong
329 PyLong_FromVoidPtr=python36.PyLong_FromVoidPtr
330 PyLong_GetInfo=python36.PyLong_GetInfo
331 PyLong_Type=python36.PyLong_Type DATA
332 PyMap_Type=python36.PyMap_Type DATA
333 PyMapping_Check=python36.PyMapping_Check
334 PyMapping_GetItemString=python36.PyMapping_GetItemString
335 PyMapping_HasKey=python36.PyMapping_HasKey
336 PyMapping_HasKeyString=python36.PyMapping_HasKeyString
337 PyMapping_Items=python36.PyMapping_Items
338 PyMapping_Keys=python36.PyMapping_Keys
339 PyMapping_Length=python36.PyMapping_Length
340 PyMapping_SetItemString=python36.PyMapping_SetItemString
341 PyMapping_Size=python36.PyMapping_Size
342 PyMapping_Values=python36.PyMapping_Values
Serhiy Storchakac70081c2016-12-27 12:13:05 +0200343 PyMem_Calloc=python36.PyMem_Calloc
Zachary Ware41a6a622015-05-28 17:30:03 -0500344 PyMem_Free=python36.PyMem_Free
345 PyMem_Malloc=python36.PyMem_Malloc
346 PyMem_Realloc=python36.PyMem_Realloc
347 PyMemberDescr_Type=python36.PyMemberDescr_Type DATA
Serhiy Storchakac70081c2016-12-27 12:13:05 +0200348 PyMemoryView_FromMemory=python36.PyMemoryView_FromMemory
Zachary Ware41a6a622015-05-28 17:30:03 -0500349 PyMemoryView_FromObject=python36.PyMemoryView_FromObject
350 PyMemoryView_GetContiguous=python36.PyMemoryView_GetContiguous
351 PyMemoryView_Type=python36.PyMemoryView_Type DATA
352 PyMethodDescr_Type=python36.PyMethodDescr_Type DATA
Serhiy Storchaka0dc1fa62016-12-23 22:11:57 +0200353 PyModuleDef_Init=python36.PyModuleDef_Init
354 PyModuleDef_Type=python36.PyModuleDef_Type DATA
Serhiy Storchakac70081c2016-12-27 12:13:05 +0200355 PyModule_AddFunctions=python36.PyModule_AddFunctions
Zachary Ware41a6a622015-05-28 17:30:03 -0500356 PyModule_AddIntConstant=python36.PyModule_AddIntConstant
357 PyModule_AddObject=python36.PyModule_AddObject
358 PyModule_AddStringConstant=python36.PyModule_AddStringConstant
359 PyModule_Create2=python36.PyModule_Create2
Serhiy Storchakac70081c2016-12-27 12:13:05 +0200360 PyModule_ExecDef=python36.PyModule_ExecDef
361 PyModule_FromDefAndSpec2=python36.PyModule_FromDefAndSpec2
Zachary Ware41a6a622015-05-28 17:30:03 -0500362 PyModule_GetDef=python36.PyModule_GetDef
363 PyModule_GetDict=python36.PyModule_GetDict
364 PyModule_GetFilename=python36.PyModule_GetFilename
365 PyModule_GetFilenameObject=python36.PyModule_GetFilenameObject
366 PyModule_GetName=python36.PyModule_GetName
Serhiy Storchakac70081c2016-12-27 12:13:05 +0200367 PyModule_GetNameObject=python36.PyModule_GetNameObject
Zachary Ware41a6a622015-05-28 17:30:03 -0500368 PyModule_GetState=python36.PyModule_GetState
369 PyModule_New=python36.PyModule_New
Serhiy Storchakac70081c2016-12-27 12:13:05 +0200370 PyModule_NewObject=python36.PyModule_NewObject
371 PyModule_SetDocString=python36.PyModule_SetDocString
Zachary Ware41a6a622015-05-28 17:30:03 -0500372 PyModule_Type=python36.PyModule_Type DATA
Zachary Ware41a6a622015-05-28 17:30:03 -0500373 PyNullImporter_Type=python36.PyNullImporter_Type DATA
374 PyNumber_Absolute=python36.PyNumber_Absolute
375 PyNumber_Add=python36.PyNumber_Add
376 PyNumber_And=python36.PyNumber_And
377 PyNumber_AsSsize_t=python36.PyNumber_AsSsize_t
378 PyNumber_Check=python36.PyNumber_Check
379 PyNumber_Divmod=python36.PyNumber_Divmod
380 PyNumber_Float=python36.PyNumber_Float
381 PyNumber_FloorDivide=python36.PyNumber_FloorDivide
382 PyNumber_InPlaceAdd=python36.PyNumber_InPlaceAdd
383 PyNumber_InPlaceAnd=python36.PyNumber_InPlaceAnd
384 PyNumber_InPlaceFloorDivide=python36.PyNumber_InPlaceFloorDivide
385 PyNumber_InPlaceLshift=python36.PyNumber_InPlaceLshift
Serhiy Storchakac70081c2016-12-27 12:13:05 +0200386 PyNumber_InPlaceMatrixMultiply=python36.PyNumber_InPlaceMatrixMultiply
Zachary Ware41a6a622015-05-28 17:30:03 -0500387 PyNumber_InPlaceMultiply=python36.PyNumber_InPlaceMultiply
388 PyNumber_InPlaceOr=python36.PyNumber_InPlaceOr
389 PyNumber_InPlacePower=python36.PyNumber_InPlacePower
390 PyNumber_InPlaceRemainder=python36.PyNumber_InPlaceRemainder
391 PyNumber_InPlaceRshift=python36.PyNumber_InPlaceRshift
392 PyNumber_InPlaceSubtract=python36.PyNumber_InPlaceSubtract
393 PyNumber_InPlaceTrueDivide=python36.PyNumber_InPlaceTrueDivide
394 PyNumber_InPlaceXor=python36.PyNumber_InPlaceXor
395 PyNumber_Index=python36.PyNumber_Index
396 PyNumber_Invert=python36.PyNumber_Invert
397 PyNumber_Long=python36.PyNumber_Long
398 PyNumber_Lshift=python36.PyNumber_Lshift
Serhiy Storchakac70081c2016-12-27 12:13:05 +0200399 PyNumber_MatrixMultiply=python36.PyNumber_MatrixMultiply
Zachary Ware41a6a622015-05-28 17:30:03 -0500400 PyNumber_Multiply=python36.PyNumber_Multiply
401 PyNumber_Negative=python36.PyNumber_Negative
402 PyNumber_Or=python36.PyNumber_Or
403 PyNumber_Positive=python36.PyNumber_Positive
404 PyNumber_Power=python36.PyNumber_Power
405 PyNumber_Remainder=python36.PyNumber_Remainder
406 PyNumber_Rshift=python36.PyNumber_Rshift
407 PyNumber_Subtract=python36.PyNumber_Subtract
408 PyNumber_ToBase=python36.PyNumber_ToBase
409 PyNumber_TrueDivide=python36.PyNumber_TrueDivide
410 PyNumber_Xor=python36.PyNumber_Xor
Serhiy Storchaka0dc1fa62016-12-23 22:11:57 +0200411 PyODictItems_Type=python36.PyODictItems_Type DATA
412 PyODictIter_Type=python36.PyODictIter_Type DATA
413 PyODictKeys_Type=python36.PyODictKeys_Type DATA
414 PyODictValues_Type=python36.PyODictValues_Type DATA
415 PyODict_DelItem=python36.PyODict_DelItem
416 PyODict_New=python36.PyODict_New
417 PyODict_SetItem=python36.PyODict_SetItem
418 PyODict_Type=python36.PyODict_Type DATA
Zachary Ware41a6a622015-05-28 17:30:03 -0500419 PyOS_AfterFork=python36.PyOS_AfterFork
Serhiy Storchakac70081c2016-12-27 12:13:05 +0200420 PyOS_FSPath=python36.PyOS_FSPath
Zachary Ware41a6a622015-05-28 17:30:03 -0500421 PyOS_InitInterrupts=python36.PyOS_InitInterrupts
422 PyOS_InputHook=python36.PyOS_InputHook DATA
423 PyOS_InterruptOccurred=python36.PyOS_InterruptOccurred
424 PyOS_ReadlineFunctionPointer=python36.PyOS_ReadlineFunctionPointer DATA
425 PyOS_double_to_string=python36.PyOS_double_to_string
426 PyOS_getsig=python36.PyOS_getsig
427 PyOS_mystricmp=python36.PyOS_mystricmp
428 PyOS_mystrnicmp=python36.PyOS_mystrnicmp
429 PyOS_setsig=python36.PyOS_setsig
430 PyOS_snprintf=python36.PyOS_snprintf
431 PyOS_string_to_double=python36.PyOS_string_to_double
432 PyOS_strtol=python36.PyOS_strtol
433 PyOS_strtoul=python36.PyOS_strtoul
434 PyOS_vsnprintf=python36.PyOS_vsnprintf
435 PyObject_ASCII=python36.PyObject_ASCII
436 PyObject_AsCharBuffer=python36.PyObject_AsCharBuffer
437 PyObject_AsFileDescriptor=python36.PyObject_AsFileDescriptor
438 PyObject_AsReadBuffer=python36.PyObject_AsReadBuffer
439 PyObject_AsWriteBuffer=python36.PyObject_AsWriteBuffer
440 PyObject_Bytes=python36.PyObject_Bytes
441 PyObject_Call=python36.PyObject_Call
442 PyObject_CallFunction=python36.PyObject_CallFunction
443 PyObject_CallFunctionObjArgs=python36.PyObject_CallFunctionObjArgs
444 PyObject_CallMethod=python36.PyObject_CallMethod
445 PyObject_CallMethodObjArgs=python36.PyObject_CallMethodObjArgs
446 PyObject_CallObject=python36.PyObject_CallObject
Serhiy Storchakac70081c2016-12-27 12:13:05 +0200447 PyObject_Calloc=python36.PyObject_Calloc
Zachary Ware41a6a622015-05-28 17:30:03 -0500448 PyObject_CheckReadBuffer=python36.PyObject_CheckReadBuffer
449 PyObject_ClearWeakRefs=python36.PyObject_ClearWeakRefs
450 PyObject_DelItem=python36.PyObject_DelItem
451 PyObject_DelItemString=python36.PyObject_DelItemString
452 PyObject_Dir=python36.PyObject_Dir
453 PyObject_Format=python36.PyObject_Format
454 PyObject_Free=python36.PyObject_Free
455 PyObject_GC_Del=python36.PyObject_GC_Del
456 PyObject_GC_Track=python36.PyObject_GC_Track
457 PyObject_GC_UnTrack=python36.PyObject_GC_UnTrack
458 PyObject_GenericGetAttr=python36.PyObject_GenericGetAttr
459 PyObject_GenericSetAttr=python36.PyObject_GenericSetAttr
Serhiy Storchakac70081c2016-12-27 12:13:05 +0200460 PyObject_GenericSetDict=python36.PyObject_GenericSetDict
Zachary Ware41a6a622015-05-28 17:30:03 -0500461 PyObject_GetAttr=python36.PyObject_GetAttr
462 PyObject_GetAttrString=python36.PyObject_GetAttrString
463 PyObject_GetItem=python36.PyObject_GetItem
464 PyObject_GetIter=python36.PyObject_GetIter
465 PyObject_HasAttr=python36.PyObject_HasAttr
466 PyObject_HasAttrString=python36.PyObject_HasAttrString
467 PyObject_Hash=python36.PyObject_Hash
468 PyObject_HashNotImplemented=python36.PyObject_HashNotImplemented
469 PyObject_Init=python36.PyObject_Init
470 PyObject_InitVar=python36.PyObject_InitVar
471 PyObject_IsInstance=python36.PyObject_IsInstance
472 PyObject_IsSubclass=python36.PyObject_IsSubclass
473 PyObject_IsTrue=python36.PyObject_IsTrue
474 PyObject_Length=python36.PyObject_Length
475 PyObject_Malloc=python36.PyObject_Malloc
476 PyObject_Not=python36.PyObject_Not
477 PyObject_Realloc=python36.PyObject_Realloc
478 PyObject_Repr=python36.PyObject_Repr
479 PyObject_RichCompare=python36.PyObject_RichCompare
480 PyObject_RichCompareBool=python36.PyObject_RichCompareBool
481 PyObject_SelfIter=python36.PyObject_SelfIter
482 PyObject_SetAttr=python36.PyObject_SetAttr
483 PyObject_SetAttrString=python36.PyObject_SetAttrString
484 PyObject_SetItem=python36.PyObject_SetItem
485 PyObject_Size=python36.PyObject_Size
486 PyObject_Str=python36.PyObject_Str
Serhiy Storchaka26f15a42016-12-27 11:51:15 +0200487 PyObject_Type=python36.PyObject_Type
Zachary Ware41a6a622015-05-28 17:30:03 -0500488 PyParser_SimpleParseFileFlags=python36.PyParser_SimpleParseFileFlags
489 PyParser_SimpleParseStringFlags=python36.PyParser_SimpleParseStringFlags
Serhiy Storchakac70081c2016-12-27 12:13:05 +0200490 PyParser_SimpleParseStringFlagsFilename=python36.PyParser_SimpleParseStringFlagsFilename
Zachary Ware41a6a622015-05-28 17:30:03 -0500491 PyProperty_Type=python36.PyProperty_Type DATA
492 PyRangeIter_Type=python36.PyRangeIter_Type DATA
493 PyRange_Type=python36.PyRange_Type DATA
494 PyReversed_Type=python36.PyReversed_Type DATA
495 PySeqIter_New=python36.PySeqIter_New
496 PySeqIter_Type=python36.PySeqIter_Type DATA
497 PySequence_Check=python36.PySequence_Check
498 PySequence_Concat=python36.PySequence_Concat
499 PySequence_Contains=python36.PySequence_Contains
500 PySequence_Count=python36.PySequence_Count
501 PySequence_DelItem=python36.PySequence_DelItem
502 PySequence_DelSlice=python36.PySequence_DelSlice
503 PySequence_Fast=python36.PySequence_Fast
504 PySequence_GetItem=python36.PySequence_GetItem
505 PySequence_GetSlice=python36.PySequence_GetSlice
506 PySequence_In=python36.PySequence_In
507 PySequence_InPlaceConcat=python36.PySequence_InPlaceConcat
508 PySequence_InPlaceRepeat=python36.PySequence_InPlaceRepeat
509 PySequence_Index=python36.PySequence_Index
510 PySequence_Length=python36.PySequence_Length
511 PySequence_List=python36.PySequence_List
512 PySequence_Repeat=python36.PySequence_Repeat
513 PySequence_SetItem=python36.PySequence_SetItem
514 PySequence_SetSlice=python36.PySequence_SetSlice
515 PySequence_Size=python36.PySequence_Size
516 PySequence_Tuple=python36.PySequence_Tuple
517 PySetIter_Type=python36.PySetIter_Type DATA
518 PySet_Add=python36.PySet_Add
519 PySet_Clear=python36.PySet_Clear
520 PySet_Contains=python36.PySet_Contains
521 PySet_Discard=python36.PySet_Discard
522 PySet_New=python36.PySet_New
523 PySet_Pop=python36.PySet_Pop
524 PySet_Size=python36.PySet_Size
525 PySet_Type=python36.PySet_Type DATA
526 PySlice_GetIndices=python36.PySlice_GetIndices
527 PySlice_GetIndicesEx=python36.PySlice_GetIndicesEx
528 PySlice_New=python36.PySlice_New
529 PySlice_Type=python36.PySlice_Type DATA
530 PySortWrapper_Type=python36.PySortWrapper_Type DATA
Zachary Ware41a6a622015-05-28 17:30:03 -0500531 PyState_AddModule=python36.PyState_AddModule
Serhiy Storchaka0dc1fa62016-12-23 22:11:57 +0200532 PyState_FindModule=python36.PyState_FindModule
Zachary Ware41a6a622015-05-28 17:30:03 -0500533 PyState_RemoveModule=python36.PyState_RemoveModule
534 PyStructSequence_GetItem=python36.PyStructSequence_GetItem
535 PyStructSequence_New=python36.PyStructSequence_New
536 PyStructSequence_NewType=python36.PyStructSequence_NewType
537 PyStructSequence_SetItem=python36.PyStructSequence_SetItem
538 PySuper_Type=python36.PySuper_Type DATA
539 PySys_AddWarnOption=python36.PySys_AddWarnOption
540 PySys_AddWarnOptionUnicode=python36.PySys_AddWarnOptionUnicode
Serhiy Storchakac70081c2016-12-27 12:13:05 +0200541 PySys_AddXOption=python36.PySys_AddXOption
Zachary Ware41a6a622015-05-28 17:30:03 -0500542 PySys_FormatStderr=python36.PySys_FormatStderr
543 PySys_FormatStdout=python36.PySys_FormatStdout
544 PySys_GetObject=python36.PySys_GetObject
Serhiy Storchakac70081c2016-12-27 12:13:05 +0200545 PySys_GetXOptions=python36.PySys_GetXOptions
Zachary Ware41a6a622015-05-28 17:30:03 -0500546 PySys_HasWarnOptions=python36.PySys_HasWarnOptions
547 PySys_ResetWarnOptions=python36.PySys_ResetWarnOptions
548 PySys_SetArgv=python36.PySys_SetArgv
549 PySys_SetArgvEx=python36.PySys_SetArgvEx
550 PySys_SetObject=python36.PySys_SetObject
551 PySys_SetPath=python36.PySys_SetPath
552 PySys_WriteStderr=python36.PySys_WriteStderr
553 PySys_WriteStdout=python36.PySys_WriteStdout
554 PyThreadState_Clear=python36.PyThreadState_Clear
555 PyThreadState_Delete=python36.PyThreadState_Delete
556 PyThreadState_DeleteCurrent=python36.PyThreadState_DeleteCurrent
557 PyThreadState_Get=python36.PyThreadState_Get
558 PyThreadState_GetDict=python36.PyThreadState_GetDict
559 PyThreadState_New=python36.PyThreadState_New
560 PyThreadState_SetAsyncExc=python36.PyThreadState_SetAsyncExc
561 PyThreadState_Swap=python36.PyThreadState_Swap
562 PyTraceBack_Here=python36.PyTraceBack_Here
563 PyTraceBack_Print=python36.PyTraceBack_Print
564 PyTraceBack_Type=python36.PyTraceBack_Type DATA
565 PyTupleIter_Type=python36.PyTupleIter_Type DATA
566 PyTuple_ClearFreeList=python36.PyTuple_ClearFreeList
567 PyTuple_GetItem=python36.PyTuple_GetItem
568 PyTuple_GetSlice=python36.PyTuple_GetSlice
569 PyTuple_New=python36.PyTuple_New
570 PyTuple_Pack=python36.PyTuple_Pack
571 PyTuple_SetItem=python36.PyTuple_SetItem
572 PyTuple_Size=python36.PyTuple_Size
573 PyTuple_Type=python36.PyTuple_Type DATA
574 PyType_ClearCache=python36.PyType_ClearCache
575 PyType_FromSpec=python36.PyType_FromSpec
576 PyType_FromSpecWithBases=python36.PyType_FromSpecWithBases
577 PyType_GenericAlloc=python36.PyType_GenericAlloc
578 PyType_GenericNew=python36.PyType_GenericNew
579 PyType_GetFlags=python36.PyType_GetFlags
580 PyType_GetSlot=python36.PyType_GetSlot
581 PyType_IsSubtype=python36.PyType_IsSubtype
582 PyType_Modified=python36.PyType_Modified
583 PyType_Ready=python36.PyType_Ready
584 PyType_Type=python36.PyType_Type DATA
585 PyUnicodeDecodeError_Create=python36.PyUnicodeDecodeError_Create
586 PyUnicodeDecodeError_GetEncoding=python36.PyUnicodeDecodeError_GetEncoding
587 PyUnicodeDecodeError_GetEnd=python36.PyUnicodeDecodeError_GetEnd
588 PyUnicodeDecodeError_GetObject=python36.PyUnicodeDecodeError_GetObject
589 PyUnicodeDecodeError_GetReason=python36.PyUnicodeDecodeError_GetReason
590 PyUnicodeDecodeError_GetStart=python36.PyUnicodeDecodeError_GetStart
591 PyUnicodeDecodeError_SetEnd=python36.PyUnicodeDecodeError_SetEnd
592 PyUnicodeDecodeError_SetReason=python36.PyUnicodeDecodeError_SetReason
593 PyUnicodeDecodeError_SetStart=python36.PyUnicodeDecodeError_SetStart
594 PyUnicodeEncodeError_GetEncoding=python36.PyUnicodeEncodeError_GetEncoding
595 PyUnicodeEncodeError_GetEnd=python36.PyUnicodeEncodeError_GetEnd
596 PyUnicodeEncodeError_GetObject=python36.PyUnicodeEncodeError_GetObject
597 PyUnicodeEncodeError_GetReason=python36.PyUnicodeEncodeError_GetReason
598 PyUnicodeEncodeError_GetStart=python36.PyUnicodeEncodeError_GetStart
599 PyUnicodeEncodeError_SetEnd=python36.PyUnicodeEncodeError_SetEnd
600 PyUnicodeEncodeError_SetReason=python36.PyUnicodeEncodeError_SetReason
601 PyUnicodeEncodeError_SetStart=python36.PyUnicodeEncodeError_SetStart
602 PyUnicodeIter_Type=python36.PyUnicodeIter_Type DATA
603 PyUnicodeTranslateError_GetEnd=python36.PyUnicodeTranslateError_GetEnd
604 PyUnicodeTranslateError_GetObject=python36.PyUnicodeTranslateError_GetObject
605 PyUnicodeTranslateError_GetReason=python36.PyUnicodeTranslateError_GetReason
606 PyUnicodeTranslateError_GetStart=python36.PyUnicodeTranslateError_GetStart
607 PyUnicodeTranslateError_SetEnd=python36.PyUnicodeTranslateError_SetEnd
608 PyUnicodeTranslateError_SetReason=python36.PyUnicodeTranslateError_SetReason
609 PyUnicodeTranslateError_SetStart=python36.PyUnicodeTranslateError_SetStart
610 PyUnicode_Append=python36.PyUnicode_Append
611 PyUnicode_AppendAndDel=python36.PyUnicode_AppendAndDel
612 PyUnicode_AsASCIIString=python36.PyUnicode_AsASCIIString
613 PyUnicode_AsCharmapString=python36.PyUnicode_AsCharmapString
614 PyUnicode_AsDecodedObject=python36.PyUnicode_AsDecodedObject
615 PyUnicode_AsDecodedUnicode=python36.PyUnicode_AsDecodedUnicode
616 PyUnicode_AsEncodedObject=python36.PyUnicode_AsEncodedObject
617 PyUnicode_AsEncodedString=python36.PyUnicode_AsEncodedString
618 PyUnicode_AsEncodedUnicode=python36.PyUnicode_AsEncodedUnicode
619 PyUnicode_AsLatin1String=python36.PyUnicode_AsLatin1String
620 PyUnicode_AsRawUnicodeEscapeString=python36.PyUnicode_AsRawUnicodeEscapeString
Serhiy Storchakac70081c2016-12-27 12:13:05 +0200621 PyUnicode_AsUCS4=python36.PyUnicode_AsUCS4
622 PyUnicode_AsUCS4Copy=python36.PyUnicode_AsUCS4Copy
Zachary Ware41a6a622015-05-28 17:30:03 -0500623 PyUnicode_AsUTF16String=python36.PyUnicode_AsUTF16String
624 PyUnicode_AsUTF32String=python36.PyUnicode_AsUTF32String
625 PyUnicode_AsUTF8String=python36.PyUnicode_AsUTF8String
626 PyUnicode_AsUnicodeEscapeString=python36.PyUnicode_AsUnicodeEscapeString
627 PyUnicode_AsWideChar=python36.PyUnicode_AsWideChar
Serhiy Storchakac70081c2016-12-27 12:13:05 +0200628 PyUnicode_AsWideCharString=python36.PyUnicode_AsWideCharString
Serhiy Storchaka0dc1fa62016-12-23 22:11:57 +0200629 PyUnicode_BuildEncodingMap=python36.PyUnicode_BuildEncodingMap
Serhiy Storchaka26f15a42016-12-27 11:51:15 +0200630 PyUnicode_ClearFreeList=python36.PyUnicode_ClearFreeList
Zachary Ware41a6a622015-05-28 17:30:03 -0500631 PyUnicode_Compare=python36.PyUnicode_Compare
Serhiy Storchaka0dc1fa62016-12-23 22:11:57 +0200632 PyUnicode_CompareWithASCIIString=python36.PyUnicode_CompareWithASCIIString
Zachary Ware41a6a622015-05-28 17:30:03 -0500633 PyUnicode_Concat=python36.PyUnicode_Concat
634 PyUnicode_Contains=python36.PyUnicode_Contains
635 PyUnicode_Count=python36.PyUnicode_Count
636 PyUnicode_Decode=python36.PyUnicode_Decode
637 PyUnicode_DecodeASCII=python36.PyUnicode_DecodeASCII
638 PyUnicode_DecodeCharmap=python36.PyUnicode_DecodeCharmap
639 PyUnicode_DecodeFSDefault=python36.PyUnicode_DecodeFSDefault
640 PyUnicode_DecodeFSDefaultAndSize=python36.PyUnicode_DecodeFSDefaultAndSize
641 PyUnicode_DecodeLatin1=python36.PyUnicode_DecodeLatin1
Serhiy Storchakac70081c2016-12-27 12:13:05 +0200642 PyUnicode_DecodeLocale=python36.PyUnicode_DecodeLocale
643 PyUnicode_DecodeLocaleAndSize=python36.PyUnicode_DecodeLocaleAndSize
Zachary Ware41a6a622015-05-28 17:30:03 -0500644 PyUnicode_DecodeRawUnicodeEscape=python36.PyUnicode_DecodeRawUnicodeEscape
645 PyUnicode_DecodeUTF16=python36.PyUnicode_DecodeUTF16
646 PyUnicode_DecodeUTF16Stateful=python36.PyUnicode_DecodeUTF16Stateful
647 PyUnicode_DecodeUTF32=python36.PyUnicode_DecodeUTF32
648 PyUnicode_DecodeUTF32Stateful=python36.PyUnicode_DecodeUTF32Stateful
Serhiy Storchaka0dc1fa62016-12-23 22:11:57 +0200649 PyUnicode_DecodeUTF7=python36.PyUnicode_DecodeUTF7
650 PyUnicode_DecodeUTF7Stateful=python36.PyUnicode_DecodeUTF7Stateful
Zachary Ware41a6a622015-05-28 17:30:03 -0500651 PyUnicode_DecodeUTF8=python36.PyUnicode_DecodeUTF8
652 PyUnicode_DecodeUTF8Stateful=python36.PyUnicode_DecodeUTF8Stateful
653 PyUnicode_DecodeUnicodeEscape=python36.PyUnicode_DecodeUnicodeEscape
Serhiy Storchaka0dc1fa62016-12-23 22:11:57 +0200654 PyUnicode_EncodeFSDefault=python36.PyUnicode_EncodeFSDefault
Serhiy Storchakac70081c2016-12-27 12:13:05 +0200655 PyUnicode_EncodeLocale=python36.PyUnicode_EncodeLocale
Zachary Ware41a6a622015-05-28 17:30:03 -0500656 PyUnicode_FSConverter=python36.PyUnicode_FSConverter
657 PyUnicode_FSDecoder=python36.PyUnicode_FSDecoder
658 PyUnicode_Find=python36.PyUnicode_Find
Serhiy Storchakac70081c2016-12-27 12:13:05 +0200659 PyUnicode_FindChar=python36.PyUnicode_FindChar
Zachary Ware41a6a622015-05-28 17:30:03 -0500660 PyUnicode_Format=python36.PyUnicode_Format
661 PyUnicode_FromEncodedObject=python36.PyUnicode_FromEncodedObject
662 PyUnicode_FromFormat=python36.PyUnicode_FromFormat
663 PyUnicode_FromFormatV=python36.PyUnicode_FromFormatV
664 PyUnicode_FromObject=python36.PyUnicode_FromObject
665 PyUnicode_FromOrdinal=python36.PyUnicode_FromOrdinal
666 PyUnicode_FromString=python36.PyUnicode_FromString
667 PyUnicode_FromStringAndSize=python36.PyUnicode_FromStringAndSize
668 PyUnicode_FromWideChar=python36.PyUnicode_FromWideChar
669 PyUnicode_GetDefaultEncoding=python36.PyUnicode_GetDefaultEncoding
Serhiy Storchakac70081c2016-12-27 12:13:05 +0200670 PyUnicode_GetLength=python36.PyUnicode_GetLength
Zachary Ware41a6a622015-05-28 17:30:03 -0500671 PyUnicode_GetSize=python36.PyUnicode_GetSize
Serhiy Storchaka0dc1fa62016-12-23 22:11:57 +0200672 PyUnicode_InternFromString=python36.PyUnicode_InternFromString
673 PyUnicode_InternImmortal=python36.PyUnicode_InternImmortal
674 PyUnicode_InternInPlace=python36.PyUnicode_InternInPlace
Zachary Ware41a6a622015-05-28 17:30:03 -0500675 PyUnicode_IsIdentifier=python36.PyUnicode_IsIdentifier
676 PyUnicode_Join=python36.PyUnicode_Join
677 PyUnicode_Partition=python36.PyUnicode_Partition
678 PyUnicode_RPartition=python36.PyUnicode_RPartition
679 PyUnicode_RSplit=python36.PyUnicode_RSplit
Serhiy Storchakac70081c2016-12-27 12:13:05 +0200680 PyUnicode_ReadChar=python36.PyUnicode_ReadChar
Zachary Ware41a6a622015-05-28 17:30:03 -0500681 PyUnicode_Replace=python36.PyUnicode_Replace
682 PyUnicode_Resize=python36.PyUnicode_Resize
683 PyUnicode_RichCompare=python36.PyUnicode_RichCompare
Zachary Ware41a6a622015-05-28 17:30:03 -0500684 PyUnicode_Split=python36.PyUnicode_Split
685 PyUnicode_Splitlines=python36.PyUnicode_Splitlines
Serhiy Storchakac70081c2016-12-27 12:13:05 +0200686 PyUnicode_Substring=python36.PyUnicode_Substring
Zachary Ware41a6a622015-05-28 17:30:03 -0500687 PyUnicode_Tailmatch=python36.PyUnicode_Tailmatch
688 PyUnicode_Translate=python36.PyUnicode_Translate
Zachary Ware41a6a622015-05-28 17:30:03 -0500689 PyUnicode_Type=python36.PyUnicode_Type DATA
Serhiy Storchakac70081c2016-12-27 12:13:05 +0200690 PyUnicode_WriteChar=python36.PyUnicode_WriteChar
Serhiy Storchaka26f15a42016-12-27 11:51:15 +0200691 PyWeakref_GetObject=python36.PyWeakref_GetObject
Zachary Ware41a6a622015-05-28 17:30:03 -0500692 PyWeakref_NewProxy=python36.PyWeakref_NewProxy
693 PyWeakref_NewRef=python36.PyWeakref_NewRef
694 PyWrapperDescr_Type=python36.PyWrapperDescr_Type DATA
695 PyWrapper_New=python36.PyWrapper_New
696 PyZip_Type=python36.PyZip_Type DATA
697 Py_AddPendingCall=python36.Py_AddPendingCall
698 Py_AtExit=python36.Py_AtExit
699 Py_BuildValue=python36.Py_BuildValue
700 Py_CompileString=python36.Py_CompileString
701 Py_DecRef=python36.Py_DecRef
Serhiy Storchakac70081c2016-12-27 12:13:05 +0200702 Py_DecodeLocale=python36.Py_DecodeLocale
703 Py_EncodeLocale=python36.Py_EncodeLocale
Zachary Ware41a6a622015-05-28 17:30:03 -0500704 Py_EndInterpreter=python36.Py_EndInterpreter
705 Py_Exit=python36.Py_Exit
706 Py_FatalError=python36.Py_FatalError
Serhiy Storchakac70081c2016-12-27 12:13:05 +0200707 Py_FileSystemDefaultEncodeErrors=python36.Py_FileSystemDefaultEncodeErrors DATA
Zachary Ware41a6a622015-05-28 17:30:03 -0500708 Py_FileSystemDefaultEncoding=python36.Py_FileSystemDefaultEncoding DATA
709 Py_Finalize=python36.Py_Finalize
Martin Panterb4ce1fc2015-11-30 03:18:29 +0000710 Py_FinalizeEx=python36.Py_FinalizeEx
Zachary Ware41a6a622015-05-28 17:30:03 -0500711 Py_GetBuildInfo=python36.Py_GetBuildInfo
712 Py_GetCompiler=python36.Py_GetCompiler
713 Py_GetCopyright=python36.Py_GetCopyright
714 Py_GetExecPrefix=python36.Py_GetExecPrefix
715 Py_GetPath=python36.Py_GetPath
716 Py_GetPlatform=python36.Py_GetPlatform
717 Py_GetPrefix=python36.Py_GetPrefix
718 Py_GetProgramFullPath=python36.Py_GetProgramFullPath
719 Py_GetProgramName=python36.Py_GetProgramName
720 Py_GetPythonHome=python36.Py_GetPythonHome
721 Py_GetRecursionLimit=python36.Py_GetRecursionLimit
722 Py_GetVersion=python36.Py_GetVersion
723 Py_HasFileSystemDefaultEncoding=python36.Py_HasFileSystemDefaultEncoding DATA
724 Py_IncRef=python36.Py_IncRef
725 Py_Initialize=python36.Py_Initialize
726 Py_InitializeEx=python36.Py_InitializeEx
727 Py_IsInitialized=python36.Py_IsInitialized
728 Py_Main=python36.Py_Main
729 Py_MakePendingCalls=python36.Py_MakePendingCalls
730 Py_NewInterpreter=python36.Py_NewInterpreter
731 Py_ReprEnter=python36.Py_ReprEnter
732 Py_ReprLeave=python36.Py_ReprLeave
Serhiy Storchakac70081c2016-12-27 12:13:05 +0200733 Py_SetPath=python36.Py_SetPath
Zachary Ware41a6a622015-05-28 17:30:03 -0500734 Py_SetProgramName=python36.Py_SetProgramName
735 Py_SetPythonHome=python36.Py_SetPythonHome
736 Py_SetRecursionLimit=python36.Py_SetRecursionLimit
737 Py_SymtableString=python36.Py_SymtableString
738 Py_VaBuildValue=python36.Py_VaBuildValue
Serhiy Storchaka0dc1fa62016-12-23 22:11:57 +0200739 _PyArg_ParseTupleAndKeywords_SizeT=python36._PyArg_ParseTupleAndKeywords_SizeT
740 _PyArg_ParseTuple_SizeT=python36._PyArg_ParseTuple_SizeT
741 _PyArg_Parse_SizeT=python36._PyArg_Parse_SizeT
742 _PyArg_VaParseTupleAndKeywords_SizeT=python36._PyArg_VaParseTupleAndKeywords_SizeT
743 _PyArg_VaParse_SizeT=python36._PyArg_VaParse_SizeT
Zachary Ware41a6a622015-05-28 17:30:03 -0500744 _PyErr_BadInternalCall=python36._PyErr_BadInternalCall
745 _PyObject_CallFunction_SizeT=python36._PyObject_CallFunction_SizeT
746 _PyObject_CallMethod_SizeT=python36._PyObject_CallMethod_SizeT
747 _PyObject_GC_Malloc=python36._PyObject_GC_Malloc
748 _PyObject_GC_New=python36._PyObject_GC_New
749 _PyObject_GC_NewVar=python36._PyObject_GC_NewVar
750 _PyObject_GC_Resize=python36._PyObject_GC_Resize
751 _PyObject_New=python36._PyObject_New
752 _PyObject_NewVar=python36._PyObject_NewVar
753 _PyState_AddModule=python36._PyState_AddModule
754 _PyThreadState_Init=python36._PyThreadState_Init
755 _PyThreadState_Prealloc=python36._PyThreadState_Prealloc
756 _PyTrash_delete_later=python36._PyTrash_delete_later DATA
757 _PyTrash_delete_nesting=python36._PyTrash_delete_nesting DATA
758 _PyTrash_deposit_object=python36._PyTrash_deposit_object
759 _PyTrash_destroy_chain=python36._PyTrash_destroy_chain
Serhiy Storchakac70081c2016-12-27 12:13:05 +0200760 _PyTrash_thread_deposit_object=python36._PyTrash_thread_deposit_object
761 _PyTrash_thread_destroy_chain=python36._PyTrash_thread_destroy_chain
Zachary Ware41a6a622015-05-28 17:30:03 -0500762 _PyWeakref_CallableProxyType=python36._PyWeakref_CallableProxyType DATA
763 _PyWeakref_ProxyType=python36._PyWeakref_ProxyType DATA
764 _PyWeakref_RefType=python36._PyWeakref_RefType DATA
765 _Py_BuildValue_SizeT=python36._Py_BuildValue_SizeT
766 _Py_CheckRecursionLimit=python36._Py_CheckRecursionLimit DATA
767 _Py_CheckRecursiveCall=python36._Py_CheckRecursiveCall
768 _Py_Dealloc=python36._Py_Dealloc
769 _Py_EllipsisObject=python36._Py_EllipsisObject DATA
770 _Py_FalseStruct=python36._Py_FalseStruct DATA
771 _Py_NoneStruct=python36._Py_NoneStruct DATA
772 _Py_NotImplementedStruct=python36._Py_NotImplementedStruct DATA
773 _Py_SwappedOp=python36._Py_SwappedOp DATA
774 _Py_TrueStruct=python36._Py_TrueStruct DATA
775 _Py_VaBuildValue_SizeT=python36._Py_VaBuildValue_SizeT