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