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