17db96d56Sopenharmony_ci
27db96d56Sopenharmony_ci/* Re-export stable Python ABI */
37db96d56Sopenharmony_ci
47db96d56Sopenharmony_ci/* Generated by Tools/scripts/stable_abi.py */
57db96d56Sopenharmony_ci
67db96d56Sopenharmony_ci#ifdef _M_IX86
77db96d56Sopenharmony_ci#define DECORATE "_"
87db96d56Sopenharmony_ci#else
97db96d56Sopenharmony_ci#define DECORATE
107db96d56Sopenharmony_ci#endif
117db96d56Sopenharmony_ci
127db96d56Sopenharmony_ci#define EXPORT_FUNC(name) \
137db96d56Sopenharmony_ci    __pragma(comment(linker, "/EXPORT:" DECORATE #name "=" PYTHON_DLL_NAME "." #name))
147db96d56Sopenharmony_ci#define EXPORT_DATA(name) \
157db96d56Sopenharmony_ci    __pragma(comment(linker, "/EXPORT:" DECORATE #name "=" PYTHON_DLL_NAME "." #name ",DATA"))
167db96d56Sopenharmony_ci
177db96d56Sopenharmony_ciEXPORT_FUNC(_Py_BuildValue_SizeT)
187db96d56Sopenharmony_ciEXPORT_FUNC(_Py_CheckRecursiveCall)
197db96d56Sopenharmony_ciEXPORT_FUNC(_Py_Dealloc)
207db96d56Sopenharmony_ciEXPORT_FUNC(_Py_DecRef)
217db96d56Sopenharmony_ciEXPORT_FUNC(_Py_IncRef)
227db96d56Sopenharmony_ciEXPORT_FUNC(_Py_NegativeRefcount)
237db96d56Sopenharmony_ciEXPORT_FUNC(_Py_VaBuildValue_SizeT)
247db96d56Sopenharmony_ciEXPORT_FUNC(_PyArg_Parse_SizeT)
257db96d56Sopenharmony_ciEXPORT_FUNC(_PyArg_ParseTuple_SizeT)
267db96d56Sopenharmony_ciEXPORT_FUNC(_PyArg_ParseTupleAndKeywords_SizeT)
277db96d56Sopenharmony_ciEXPORT_FUNC(_PyArg_VaParse_SizeT)
287db96d56Sopenharmony_ciEXPORT_FUNC(_PyArg_VaParseTupleAndKeywords_SizeT)
297db96d56Sopenharmony_ciEXPORT_FUNC(_PyErr_BadInternalCall)
307db96d56Sopenharmony_ciEXPORT_FUNC(_PyObject_CallFunction_SizeT)
317db96d56Sopenharmony_ciEXPORT_FUNC(_PyObject_CallMethod_SizeT)
327db96d56Sopenharmony_ciEXPORT_FUNC(_PyObject_GC_New)
337db96d56Sopenharmony_ciEXPORT_FUNC(_PyObject_GC_NewVar)
347db96d56Sopenharmony_ciEXPORT_FUNC(_PyObject_GC_Resize)
357db96d56Sopenharmony_ciEXPORT_FUNC(_PyObject_New)
367db96d56Sopenharmony_ciEXPORT_FUNC(_PyObject_NewVar)
377db96d56Sopenharmony_ciEXPORT_FUNC(_PyState_AddModule)
387db96d56Sopenharmony_ciEXPORT_FUNC(_PyThreadState_Init)
397db96d56Sopenharmony_ciEXPORT_FUNC(_PyThreadState_Prealloc)
407db96d56Sopenharmony_ciEXPORT_FUNC(Py_AddPendingCall)
417db96d56Sopenharmony_ciEXPORT_FUNC(Py_AtExit)
427db96d56Sopenharmony_ciEXPORT_FUNC(Py_BuildValue)
437db96d56Sopenharmony_ciEXPORT_FUNC(Py_BytesMain)
447db96d56Sopenharmony_ciEXPORT_FUNC(Py_CompileString)
457db96d56Sopenharmony_ciEXPORT_FUNC(Py_DecodeLocale)
467db96d56Sopenharmony_ciEXPORT_FUNC(Py_DecRef)
477db96d56Sopenharmony_ciEXPORT_FUNC(Py_EncodeLocale)
487db96d56Sopenharmony_ciEXPORT_FUNC(Py_EndInterpreter)
497db96d56Sopenharmony_ciEXPORT_FUNC(Py_EnterRecursiveCall)
507db96d56Sopenharmony_ciEXPORT_FUNC(Py_Exit)
517db96d56Sopenharmony_ciEXPORT_FUNC(Py_FatalError)
527db96d56Sopenharmony_ciEXPORT_FUNC(Py_Finalize)
537db96d56Sopenharmony_ciEXPORT_FUNC(Py_FinalizeEx)
547db96d56Sopenharmony_ciEXPORT_FUNC(Py_GenericAlias)
557db96d56Sopenharmony_ciEXPORT_FUNC(Py_GetArgcArgv)
567db96d56Sopenharmony_ciEXPORT_FUNC(Py_GetBuildInfo)
577db96d56Sopenharmony_ciEXPORT_FUNC(Py_GetCompiler)
587db96d56Sopenharmony_ciEXPORT_FUNC(Py_GetCopyright)
597db96d56Sopenharmony_ciEXPORT_FUNC(Py_GetExecPrefix)
607db96d56Sopenharmony_ciEXPORT_FUNC(Py_GetPath)
617db96d56Sopenharmony_ciEXPORT_FUNC(Py_GetPlatform)
627db96d56Sopenharmony_ciEXPORT_FUNC(Py_GetPrefix)
637db96d56Sopenharmony_ciEXPORT_FUNC(Py_GetProgramFullPath)
647db96d56Sopenharmony_ciEXPORT_FUNC(Py_GetProgramName)
657db96d56Sopenharmony_ciEXPORT_FUNC(Py_GetPythonHome)
667db96d56Sopenharmony_ciEXPORT_FUNC(Py_GetRecursionLimit)
677db96d56Sopenharmony_ciEXPORT_FUNC(Py_GetVersion)
687db96d56Sopenharmony_ciEXPORT_FUNC(Py_IncRef)
697db96d56Sopenharmony_ciEXPORT_FUNC(Py_Initialize)
707db96d56Sopenharmony_ciEXPORT_FUNC(Py_InitializeEx)
717db96d56Sopenharmony_ciEXPORT_FUNC(Py_Is)
727db96d56Sopenharmony_ciEXPORT_FUNC(Py_IsFalse)
737db96d56Sopenharmony_ciEXPORT_FUNC(Py_IsInitialized)
747db96d56Sopenharmony_ciEXPORT_FUNC(Py_IsNone)
757db96d56Sopenharmony_ciEXPORT_FUNC(Py_IsTrue)
767db96d56Sopenharmony_ciEXPORT_FUNC(Py_LeaveRecursiveCall)
777db96d56Sopenharmony_ciEXPORT_FUNC(Py_Main)
787db96d56Sopenharmony_ciEXPORT_FUNC(Py_MakePendingCalls)
797db96d56Sopenharmony_ciEXPORT_FUNC(Py_NewInterpreter)
807db96d56Sopenharmony_ciEXPORT_FUNC(Py_NewRef)
817db96d56Sopenharmony_ciEXPORT_FUNC(Py_ReprEnter)
827db96d56Sopenharmony_ciEXPORT_FUNC(Py_ReprLeave)
837db96d56Sopenharmony_ciEXPORT_FUNC(Py_SetPath)
847db96d56Sopenharmony_ciEXPORT_FUNC(Py_SetProgramName)
857db96d56Sopenharmony_ciEXPORT_FUNC(Py_SetPythonHome)
867db96d56Sopenharmony_ciEXPORT_FUNC(Py_SetRecursionLimit)
877db96d56Sopenharmony_ciEXPORT_FUNC(Py_VaBuildValue)
887db96d56Sopenharmony_ciEXPORT_FUNC(Py_XNewRef)
897db96d56Sopenharmony_ciEXPORT_FUNC(PyAIter_Check)
907db96d56Sopenharmony_ciEXPORT_FUNC(PyArg_Parse)
917db96d56Sopenharmony_ciEXPORT_FUNC(PyArg_ParseTuple)
927db96d56Sopenharmony_ciEXPORT_FUNC(PyArg_ParseTupleAndKeywords)
937db96d56Sopenharmony_ciEXPORT_FUNC(PyArg_UnpackTuple)
947db96d56Sopenharmony_ciEXPORT_FUNC(PyArg_ValidateKeywordArguments)
957db96d56Sopenharmony_ciEXPORT_FUNC(PyArg_VaParse)
967db96d56Sopenharmony_ciEXPORT_FUNC(PyArg_VaParseTupleAndKeywords)
977db96d56Sopenharmony_ciEXPORT_FUNC(PyBool_FromLong)
987db96d56Sopenharmony_ciEXPORT_FUNC(PyBuffer_FillContiguousStrides)
997db96d56Sopenharmony_ciEXPORT_FUNC(PyBuffer_FillInfo)
1007db96d56Sopenharmony_ciEXPORT_FUNC(PyBuffer_FromContiguous)
1017db96d56Sopenharmony_ciEXPORT_FUNC(PyBuffer_GetPointer)
1027db96d56Sopenharmony_ciEXPORT_FUNC(PyBuffer_IsContiguous)
1037db96d56Sopenharmony_ciEXPORT_FUNC(PyBuffer_Release)
1047db96d56Sopenharmony_ciEXPORT_FUNC(PyBuffer_SizeFromFormat)
1057db96d56Sopenharmony_ciEXPORT_FUNC(PyBuffer_ToContiguous)
1067db96d56Sopenharmony_ciEXPORT_FUNC(PyByteArray_AsString)
1077db96d56Sopenharmony_ciEXPORT_FUNC(PyByteArray_Concat)
1087db96d56Sopenharmony_ciEXPORT_FUNC(PyByteArray_FromObject)
1097db96d56Sopenharmony_ciEXPORT_FUNC(PyByteArray_FromStringAndSize)
1107db96d56Sopenharmony_ciEXPORT_FUNC(PyByteArray_Resize)
1117db96d56Sopenharmony_ciEXPORT_FUNC(PyByteArray_Size)
1127db96d56Sopenharmony_ciEXPORT_FUNC(PyBytes_AsString)
1137db96d56Sopenharmony_ciEXPORT_FUNC(PyBytes_AsStringAndSize)
1147db96d56Sopenharmony_ciEXPORT_FUNC(PyBytes_Concat)
1157db96d56Sopenharmony_ciEXPORT_FUNC(PyBytes_ConcatAndDel)
1167db96d56Sopenharmony_ciEXPORT_FUNC(PyBytes_DecodeEscape)
1177db96d56Sopenharmony_ciEXPORT_FUNC(PyBytes_FromFormat)
1187db96d56Sopenharmony_ciEXPORT_FUNC(PyBytes_FromFormatV)
1197db96d56Sopenharmony_ciEXPORT_FUNC(PyBytes_FromObject)
1207db96d56Sopenharmony_ciEXPORT_FUNC(PyBytes_FromString)
1217db96d56Sopenharmony_ciEXPORT_FUNC(PyBytes_FromStringAndSize)
1227db96d56Sopenharmony_ciEXPORT_FUNC(PyBytes_Repr)
1237db96d56Sopenharmony_ciEXPORT_FUNC(PyBytes_Size)
1247db96d56Sopenharmony_ciEXPORT_FUNC(PyCallable_Check)
1257db96d56Sopenharmony_ciEXPORT_FUNC(PyCallIter_New)
1267db96d56Sopenharmony_ciEXPORT_FUNC(PyCapsule_GetContext)
1277db96d56Sopenharmony_ciEXPORT_FUNC(PyCapsule_GetDestructor)
1287db96d56Sopenharmony_ciEXPORT_FUNC(PyCapsule_GetName)
1297db96d56Sopenharmony_ciEXPORT_FUNC(PyCapsule_GetPointer)
1307db96d56Sopenharmony_ciEXPORT_FUNC(PyCapsule_Import)
1317db96d56Sopenharmony_ciEXPORT_FUNC(PyCapsule_IsValid)
1327db96d56Sopenharmony_ciEXPORT_FUNC(PyCapsule_New)
1337db96d56Sopenharmony_ciEXPORT_FUNC(PyCapsule_SetContext)
1347db96d56Sopenharmony_ciEXPORT_FUNC(PyCapsule_SetDestructor)
1357db96d56Sopenharmony_ciEXPORT_FUNC(PyCapsule_SetName)
1367db96d56Sopenharmony_ciEXPORT_FUNC(PyCapsule_SetPointer)
1377db96d56Sopenharmony_ciEXPORT_FUNC(PyCFunction_Call)
1387db96d56Sopenharmony_ciEXPORT_FUNC(PyCFunction_GetFlags)
1397db96d56Sopenharmony_ciEXPORT_FUNC(PyCFunction_GetFunction)
1407db96d56Sopenharmony_ciEXPORT_FUNC(PyCFunction_GetSelf)
1417db96d56Sopenharmony_ciEXPORT_FUNC(PyCFunction_New)
1427db96d56Sopenharmony_ciEXPORT_FUNC(PyCFunction_NewEx)
1437db96d56Sopenharmony_ciEXPORT_FUNC(PyCMethod_New)
1447db96d56Sopenharmony_ciEXPORT_FUNC(PyCodec_BackslashReplaceErrors)
1457db96d56Sopenharmony_ciEXPORT_FUNC(PyCodec_Decode)
1467db96d56Sopenharmony_ciEXPORT_FUNC(PyCodec_Decoder)
1477db96d56Sopenharmony_ciEXPORT_FUNC(PyCodec_Encode)
1487db96d56Sopenharmony_ciEXPORT_FUNC(PyCodec_Encoder)
1497db96d56Sopenharmony_ciEXPORT_FUNC(PyCodec_IgnoreErrors)
1507db96d56Sopenharmony_ciEXPORT_FUNC(PyCodec_IncrementalDecoder)
1517db96d56Sopenharmony_ciEXPORT_FUNC(PyCodec_IncrementalEncoder)
1527db96d56Sopenharmony_ciEXPORT_FUNC(PyCodec_KnownEncoding)
1537db96d56Sopenharmony_ciEXPORT_FUNC(PyCodec_LookupError)
1547db96d56Sopenharmony_ciEXPORT_FUNC(PyCodec_NameReplaceErrors)
1557db96d56Sopenharmony_ciEXPORT_FUNC(PyCodec_Register)
1567db96d56Sopenharmony_ciEXPORT_FUNC(PyCodec_RegisterError)
1577db96d56Sopenharmony_ciEXPORT_FUNC(PyCodec_ReplaceErrors)
1587db96d56Sopenharmony_ciEXPORT_FUNC(PyCodec_StreamReader)
1597db96d56Sopenharmony_ciEXPORT_FUNC(PyCodec_StreamWriter)
1607db96d56Sopenharmony_ciEXPORT_FUNC(PyCodec_StrictErrors)
1617db96d56Sopenharmony_ciEXPORT_FUNC(PyCodec_Unregister)
1627db96d56Sopenharmony_ciEXPORT_FUNC(PyCodec_XMLCharRefReplaceErrors)
1637db96d56Sopenharmony_ciEXPORT_FUNC(PyComplex_FromDoubles)
1647db96d56Sopenharmony_ciEXPORT_FUNC(PyComplex_ImagAsDouble)
1657db96d56Sopenharmony_ciEXPORT_FUNC(PyComplex_RealAsDouble)
1667db96d56Sopenharmony_ciEXPORT_FUNC(PyDescr_NewClassMethod)
1677db96d56Sopenharmony_ciEXPORT_FUNC(PyDescr_NewGetSet)
1687db96d56Sopenharmony_ciEXPORT_FUNC(PyDescr_NewMember)
1697db96d56Sopenharmony_ciEXPORT_FUNC(PyDescr_NewMethod)
1707db96d56Sopenharmony_ciEXPORT_FUNC(PyDict_Clear)
1717db96d56Sopenharmony_ciEXPORT_FUNC(PyDict_Contains)
1727db96d56Sopenharmony_ciEXPORT_FUNC(PyDict_Copy)
1737db96d56Sopenharmony_ciEXPORT_FUNC(PyDict_DelItem)
1747db96d56Sopenharmony_ciEXPORT_FUNC(PyDict_DelItemString)
1757db96d56Sopenharmony_ciEXPORT_FUNC(PyDict_GetItem)
1767db96d56Sopenharmony_ciEXPORT_FUNC(PyDict_GetItemString)
1777db96d56Sopenharmony_ciEXPORT_FUNC(PyDict_GetItemWithError)
1787db96d56Sopenharmony_ciEXPORT_FUNC(PyDict_Items)
1797db96d56Sopenharmony_ciEXPORT_FUNC(PyDict_Keys)
1807db96d56Sopenharmony_ciEXPORT_FUNC(PyDict_Merge)
1817db96d56Sopenharmony_ciEXPORT_FUNC(PyDict_MergeFromSeq2)
1827db96d56Sopenharmony_ciEXPORT_FUNC(PyDict_New)
1837db96d56Sopenharmony_ciEXPORT_FUNC(PyDict_Next)
1847db96d56Sopenharmony_ciEXPORT_FUNC(PyDict_SetItem)
1857db96d56Sopenharmony_ciEXPORT_FUNC(PyDict_SetItemString)
1867db96d56Sopenharmony_ciEXPORT_FUNC(PyDict_Size)
1877db96d56Sopenharmony_ciEXPORT_FUNC(PyDict_Update)
1887db96d56Sopenharmony_ciEXPORT_FUNC(PyDict_Values)
1897db96d56Sopenharmony_ciEXPORT_FUNC(PyDictProxy_New)
1907db96d56Sopenharmony_ciEXPORT_FUNC(PyErr_BadArgument)
1917db96d56Sopenharmony_ciEXPORT_FUNC(PyErr_BadInternalCall)
1927db96d56Sopenharmony_ciEXPORT_FUNC(PyErr_CheckSignals)
1937db96d56Sopenharmony_ciEXPORT_FUNC(PyErr_Clear)
1947db96d56Sopenharmony_ciEXPORT_FUNC(PyErr_Display)
1957db96d56Sopenharmony_ciEXPORT_FUNC(PyErr_ExceptionMatches)
1967db96d56Sopenharmony_ciEXPORT_FUNC(PyErr_Fetch)
1977db96d56Sopenharmony_ciEXPORT_FUNC(PyErr_Format)
1987db96d56Sopenharmony_ciEXPORT_FUNC(PyErr_FormatV)
1997db96d56Sopenharmony_ciEXPORT_FUNC(PyErr_GetExcInfo)
2007db96d56Sopenharmony_ciEXPORT_FUNC(PyErr_GetHandledException)
2017db96d56Sopenharmony_ciEXPORT_FUNC(PyErr_GivenExceptionMatches)
2027db96d56Sopenharmony_ciEXPORT_FUNC(PyErr_NewException)
2037db96d56Sopenharmony_ciEXPORT_FUNC(PyErr_NewExceptionWithDoc)
2047db96d56Sopenharmony_ciEXPORT_FUNC(PyErr_NoMemory)
2057db96d56Sopenharmony_ciEXPORT_FUNC(PyErr_NormalizeException)
2067db96d56Sopenharmony_ciEXPORT_FUNC(PyErr_Occurred)
2077db96d56Sopenharmony_ciEXPORT_FUNC(PyErr_Print)
2087db96d56Sopenharmony_ciEXPORT_FUNC(PyErr_PrintEx)
2097db96d56Sopenharmony_ciEXPORT_FUNC(PyErr_ProgramText)
2107db96d56Sopenharmony_ciEXPORT_FUNC(PyErr_ResourceWarning)
2117db96d56Sopenharmony_ciEXPORT_FUNC(PyErr_Restore)
2127db96d56Sopenharmony_ciEXPORT_FUNC(PyErr_SetExcFromWindowsErr)
2137db96d56Sopenharmony_ciEXPORT_FUNC(PyErr_SetExcFromWindowsErrWithFilename)
2147db96d56Sopenharmony_ciEXPORT_FUNC(PyErr_SetExcFromWindowsErrWithFilenameObject)
2157db96d56Sopenharmony_ciEXPORT_FUNC(PyErr_SetExcFromWindowsErrWithFilenameObjects)
2167db96d56Sopenharmony_ciEXPORT_FUNC(PyErr_SetExcInfo)
2177db96d56Sopenharmony_ciEXPORT_FUNC(PyErr_SetFromErrno)
2187db96d56Sopenharmony_ciEXPORT_FUNC(PyErr_SetFromErrnoWithFilename)
2197db96d56Sopenharmony_ciEXPORT_FUNC(PyErr_SetFromErrnoWithFilenameObject)
2207db96d56Sopenharmony_ciEXPORT_FUNC(PyErr_SetFromErrnoWithFilenameObjects)
2217db96d56Sopenharmony_ciEXPORT_FUNC(PyErr_SetFromWindowsErr)
2227db96d56Sopenharmony_ciEXPORT_FUNC(PyErr_SetFromWindowsErrWithFilename)
2237db96d56Sopenharmony_ciEXPORT_FUNC(PyErr_SetHandledException)
2247db96d56Sopenharmony_ciEXPORT_FUNC(PyErr_SetImportError)
2257db96d56Sopenharmony_ciEXPORT_FUNC(PyErr_SetImportErrorSubclass)
2267db96d56Sopenharmony_ciEXPORT_FUNC(PyErr_SetInterrupt)
2277db96d56Sopenharmony_ciEXPORT_FUNC(PyErr_SetInterruptEx)
2287db96d56Sopenharmony_ciEXPORT_FUNC(PyErr_SetNone)
2297db96d56Sopenharmony_ciEXPORT_FUNC(PyErr_SetObject)
2307db96d56Sopenharmony_ciEXPORT_FUNC(PyErr_SetString)
2317db96d56Sopenharmony_ciEXPORT_FUNC(PyErr_SyntaxLocation)
2327db96d56Sopenharmony_ciEXPORT_FUNC(PyErr_SyntaxLocationEx)
2337db96d56Sopenharmony_ciEXPORT_FUNC(PyErr_WarnEx)
2347db96d56Sopenharmony_ciEXPORT_FUNC(PyErr_WarnExplicit)
2357db96d56Sopenharmony_ciEXPORT_FUNC(PyErr_WarnFormat)
2367db96d56Sopenharmony_ciEXPORT_FUNC(PyErr_WriteUnraisable)
2377db96d56Sopenharmony_ciEXPORT_FUNC(PyEval_AcquireLock)
2387db96d56Sopenharmony_ciEXPORT_FUNC(PyEval_AcquireThread)
2397db96d56Sopenharmony_ciEXPORT_FUNC(PyEval_CallFunction)
2407db96d56Sopenharmony_ciEXPORT_FUNC(PyEval_CallMethod)
2417db96d56Sopenharmony_ciEXPORT_FUNC(PyEval_CallObjectWithKeywords)
2427db96d56Sopenharmony_ciEXPORT_FUNC(PyEval_EvalCode)
2437db96d56Sopenharmony_ciEXPORT_FUNC(PyEval_EvalCodeEx)
2447db96d56Sopenharmony_ciEXPORT_FUNC(PyEval_EvalFrame)
2457db96d56Sopenharmony_ciEXPORT_FUNC(PyEval_EvalFrameEx)
2467db96d56Sopenharmony_ciEXPORT_FUNC(PyEval_GetBuiltins)
2477db96d56Sopenharmony_ciEXPORT_FUNC(PyEval_GetFrame)
2487db96d56Sopenharmony_ciEXPORT_FUNC(PyEval_GetFuncDesc)
2497db96d56Sopenharmony_ciEXPORT_FUNC(PyEval_GetFuncName)
2507db96d56Sopenharmony_ciEXPORT_FUNC(PyEval_GetGlobals)
2517db96d56Sopenharmony_ciEXPORT_FUNC(PyEval_GetLocals)
2527db96d56Sopenharmony_ciEXPORT_FUNC(PyEval_InitThreads)
2537db96d56Sopenharmony_ciEXPORT_FUNC(PyEval_ReleaseLock)
2547db96d56Sopenharmony_ciEXPORT_FUNC(PyEval_ReleaseThread)
2557db96d56Sopenharmony_ciEXPORT_FUNC(PyEval_RestoreThread)
2567db96d56Sopenharmony_ciEXPORT_FUNC(PyEval_SaveThread)
2577db96d56Sopenharmony_ciEXPORT_FUNC(PyEval_ThreadsInitialized)
2587db96d56Sopenharmony_ciEXPORT_FUNC(PyException_GetCause)
2597db96d56Sopenharmony_ciEXPORT_FUNC(PyException_GetContext)
2607db96d56Sopenharmony_ciEXPORT_FUNC(PyException_GetTraceback)
2617db96d56Sopenharmony_ciEXPORT_FUNC(PyException_SetCause)
2627db96d56Sopenharmony_ciEXPORT_FUNC(PyException_SetContext)
2637db96d56Sopenharmony_ciEXPORT_FUNC(PyException_SetTraceback)
2647db96d56Sopenharmony_ciEXPORT_FUNC(PyExceptionClass_Name)
2657db96d56Sopenharmony_ciEXPORT_FUNC(PyFile_FromFd)
2667db96d56Sopenharmony_ciEXPORT_FUNC(PyFile_GetLine)
2677db96d56Sopenharmony_ciEXPORT_FUNC(PyFile_WriteObject)
2687db96d56Sopenharmony_ciEXPORT_FUNC(PyFile_WriteString)
2697db96d56Sopenharmony_ciEXPORT_FUNC(PyFloat_AsDouble)
2707db96d56Sopenharmony_ciEXPORT_FUNC(PyFloat_FromDouble)
2717db96d56Sopenharmony_ciEXPORT_FUNC(PyFloat_FromString)
2727db96d56Sopenharmony_ciEXPORT_FUNC(PyFloat_GetInfo)
2737db96d56Sopenharmony_ciEXPORT_FUNC(PyFloat_GetMax)
2747db96d56Sopenharmony_ciEXPORT_FUNC(PyFloat_GetMin)
2757db96d56Sopenharmony_ciEXPORT_FUNC(PyFrame_GetCode)
2767db96d56Sopenharmony_ciEXPORT_FUNC(PyFrame_GetLineNumber)
2777db96d56Sopenharmony_ciEXPORT_FUNC(PyFrozenSet_New)
2787db96d56Sopenharmony_ciEXPORT_FUNC(PyGC_Collect)
2797db96d56Sopenharmony_ciEXPORT_FUNC(PyGC_Disable)
2807db96d56Sopenharmony_ciEXPORT_FUNC(PyGC_Enable)
2817db96d56Sopenharmony_ciEXPORT_FUNC(PyGC_IsEnabled)
2827db96d56Sopenharmony_ciEXPORT_FUNC(PyGILState_Ensure)
2837db96d56Sopenharmony_ciEXPORT_FUNC(PyGILState_GetThisThreadState)
2847db96d56Sopenharmony_ciEXPORT_FUNC(PyGILState_Release)
2857db96d56Sopenharmony_ciEXPORT_FUNC(PyImport_AddModule)
2867db96d56Sopenharmony_ciEXPORT_FUNC(PyImport_AddModuleObject)
2877db96d56Sopenharmony_ciEXPORT_FUNC(PyImport_AppendInittab)
2887db96d56Sopenharmony_ciEXPORT_FUNC(PyImport_ExecCodeModule)
2897db96d56Sopenharmony_ciEXPORT_FUNC(PyImport_ExecCodeModuleEx)
2907db96d56Sopenharmony_ciEXPORT_FUNC(PyImport_ExecCodeModuleObject)
2917db96d56Sopenharmony_ciEXPORT_FUNC(PyImport_ExecCodeModuleWithPathnames)
2927db96d56Sopenharmony_ciEXPORT_FUNC(PyImport_GetImporter)
2937db96d56Sopenharmony_ciEXPORT_FUNC(PyImport_GetMagicNumber)
2947db96d56Sopenharmony_ciEXPORT_FUNC(PyImport_GetMagicTag)
2957db96d56Sopenharmony_ciEXPORT_FUNC(PyImport_GetModule)
2967db96d56Sopenharmony_ciEXPORT_FUNC(PyImport_GetModuleDict)
2977db96d56Sopenharmony_ciEXPORT_FUNC(PyImport_Import)
2987db96d56Sopenharmony_ciEXPORT_FUNC(PyImport_ImportFrozenModule)
2997db96d56Sopenharmony_ciEXPORT_FUNC(PyImport_ImportFrozenModuleObject)
3007db96d56Sopenharmony_ciEXPORT_FUNC(PyImport_ImportModule)
3017db96d56Sopenharmony_ciEXPORT_FUNC(PyImport_ImportModuleLevel)
3027db96d56Sopenharmony_ciEXPORT_FUNC(PyImport_ImportModuleLevelObject)
3037db96d56Sopenharmony_ciEXPORT_FUNC(PyImport_ImportModuleNoBlock)
3047db96d56Sopenharmony_ciEXPORT_FUNC(PyImport_ReloadModule)
3057db96d56Sopenharmony_ciEXPORT_FUNC(PyIndex_Check)
3067db96d56Sopenharmony_ciEXPORT_FUNC(PyInterpreterState_Clear)
3077db96d56Sopenharmony_ciEXPORT_FUNC(PyInterpreterState_Delete)
3087db96d56Sopenharmony_ciEXPORT_FUNC(PyInterpreterState_Get)
3097db96d56Sopenharmony_ciEXPORT_FUNC(PyInterpreterState_GetDict)
3107db96d56Sopenharmony_ciEXPORT_FUNC(PyInterpreterState_GetID)
3117db96d56Sopenharmony_ciEXPORT_FUNC(PyInterpreterState_New)
3127db96d56Sopenharmony_ciEXPORT_FUNC(PyIter_Check)
3137db96d56Sopenharmony_ciEXPORT_FUNC(PyIter_Next)
3147db96d56Sopenharmony_ciEXPORT_FUNC(PyIter_Send)
3157db96d56Sopenharmony_ciEXPORT_FUNC(PyList_Append)
3167db96d56Sopenharmony_ciEXPORT_FUNC(PyList_AsTuple)
3177db96d56Sopenharmony_ciEXPORT_FUNC(PyList_GetItem)
3187db96d56Sopenharmony_ciEXPORT_FUNC(PyList_GetSlice)
3197db96d56Sopenharmony_ciEXPORT_FUNC(PyList_Insert)
3207db96d56Sopenharmony_ciEXPORT_FUNC(PyList_New)
3217db96d56Sopenharmony_ciEXPORT_FUNC(PyList_Reverse)
3227db96d56Sopenharmony_ciEXPORT_FUNC(PyList_SetItem)
3237db96d56Sopenharmony_ciEXPORT_FUNC(PyList_SetSlice)
3247db96d56Sopenharmony_ciEXPORT_FUNC(PyList_Size)
3257db96d56Sopenharmony_ciEXPORT_FUNC(PyList_Sort)
3267db96d56Sopenharmony_ciEXPORT_FUNC(PyLong_AsDouble)
3277db96d56Sopenharmony_ciEXPORT_FUNC(PyLong_AsLong)
3287db96d56Sopenharmony_ciEXPORT_FUNC(PyLong_AsLongAndOverflow)
3297db96d56Sopenharmony_ciEXPORT_FUNC(PyLong_AsLongLong)
3307db96d56Sopenharmony_ciEXPORT_FUNC(PyLong_AsLongLongAndOverflow)
3317db96d56Sopenharmony_ciEXPORT_FUNC(PyLong_AsSize_t)
3327db96d56Sopenharmony_ciEXPORT_FUNC(PyLong_AsSsize_t)
3337db96d56Sopenharmony_ciEXPORT_FUNC(PyLong_AsUnsignedLong)
3347db96d56Sopenharmony_ciEXPORT_FUNC(PyLong_AsUnsignedLongLong)
3357db96d56Sopenharmony_ciEXPORT_FUNC(PyLong_AsUnsignedLongLongMask)
3367db96d56Sopenharmony_ciEXPORT_FUNC(PyLong_AsUnsignedLongMask)
3377db96d56Sopenharmony_ciEXPORT_FUNC(PyLong_AsVoidPtr)
3387db96d56Sopenharmony_ciEXPORT_FUNC(PyLong_FromDouble)
3397db96d56Sopenharmony_ciEXPORT_FUNC(PyLong_FromLong)
3407db96d56Sopenharmony_ciEXPORT_FUNC(PyLong_FromLongLong)
3417db96d56Sopenharmony_ciEXPORT_FUNC(PyLong_FromSize_t)
3427db96d56Sopenharmony_ciEXPORT_FUNC(PyLong_FromSsize_t)
3437db96d56Sopenharmony_ciEXPORT_FUNC(PyLong_FromString)
3447db96d56Sopenharmony_ciEXPORT_FUNC(PyLong_FromUnsignedLong)
3457db96d56Sopenharmony_ciEXPORT_FUNC(PyLong_FromUnsignedLongLong)
3467db96d56Sopenharmony_ciEXPORT_FUNC(PyLong_FromVoidPtr)
3477db96d56Sopenharmony_ciEXPORT_FUNC(PyLong_GetInfo)
3487db96d56Sopenharmony_ciEXPORT_FUNC(PyMapping_Check)
3497db96d56Sopenharmony_ciEXPORT_FUNC(PyMapping_GetItemString)
3507db96d56Sopenharmony_ciEXPORT_FUNC(PyMapping_HasKey)
3517db96d56Sopenharmony_ciEXPORT_FUNC(PyMapping_HasKeyString)
3527db96d56Sopenharmony_ciEXPORT_FUNC(PyMapping_Items)
3537db96d56Sopenharmony_ciEXPORT_FUNC(PyMapping_Keys)
3547db96d56Sopenharmony_ciEXPORT_FUNC(PyMapping_Length)
3557db96d56Sopenharmony_ciEXPORT_FUNC(PyMapping_SetItemString)
3567db96d56Sopenharmony_ciEXPORT_FUNC(PyMapping_Size)
3577db96d56Sopenharmony_ciEXPORT_FUNC(PyMapping_Values)
3587db96d56Sopenharmony_ciEXPORT_FUNC(PyMarshal_ReadObjectFromString)
3597db96d56Sopenharmony_ciEXPORT_FUNC(PyMarshal_WriteObjectToString)
3607db96d56Sopenharmony_ciEXPORT_FUNC(PyMem_Calloc)
3617db96d56Sopenharmony_ciEXPORT_FUNC(PyMem_Free)
3627db96d56Sopenharmony_ciEXPORT_FUNC(PyMem_Malloc)
3637db96d56Sopenharmony_ciEXPORT_FUNC(PyMem_Realloc)
3647db96d56Sopenharmony_ciEXPORT_FUNC(PyMember_GetOne)
3657db96d56Sopenharmony_ciEXPORT_FUNC(PyMember_SetOne)
3667db96d56Sopenharmony_ciEXPORT_FUNC(PyMemoryView_FromBuffer)
3677db96d56Sopenharmony_ciEXPORT_FUNC(PyMemoryView_FromMemory)
3687db96d56Sopenharmony_ciEXPORT_FUNC(PyMemoryView_FromObject)
3697db96d56Sopenharmony_ciEXPORT_FUNC(PyMemoryView_GetContiguous)
3707db96d56Sopenharmony_ciEXPORT_FUNC(PyModule_AddFunctions)
3717db96d56Sopenharmony_ciEXPORT_FUNC(PyModule_AddIntConstant)
3727db96d56Sopenharmony_ciEXPORT_FUNC(PyModule_AddObject)
3737db96d56Sopenharmony_ciEXPORT_FUNC(PyModule_AddObjectRef)
3747db96d56Sopenharmony_ciEXPORT_FUNC(PyModule_AddStringConstant)
3757db96d56Sopenharmony_ciEXPORT_FUNC(PyModule_AddType)
3767db96d56Sopenharmony_ciEXPORT_FUNC(PyModule_Create2)
3777db96d56Sopenharmony_ciEXPORT_FUNC(PyModule_ExecDef)
3787db96d56Sopenharmony_ciEXPORT_FUNC(PyModule_FromDefAndSpec2)
3797db96d56Sopenharmony_ciEXPORT_FUNC(PyModule_GetDef)
3807db96d56Sopenharmony_ciEXPORT_FUNC(PyModule_GetDict)
3817db96d56Sopenharmony_ciEXPORT_FUNC(PyModule_GetFilename)
3827db96d56Sopenharmony_ciEXPORT_FUNC(PyModule_GetFilenameObject)
3837db96d56Sopenharmony_ciEXPORT_FUNC(PyModule_GetName)
3847db96d56Sopenharmony_ciEXPORT_FUNC(PyModule_GetNameObject)
3857db96d56Sopenharmony_ciEXPORT_FUNC(PyModule_GetState)
3867db96d56Sopenharmony_ciEXPORT_FUNC(PyModule_New)
3877db96d56Sopenharmony_ciEXPORT_FUNC(PyModule_NewObject)
3887db96d56Sopenharmony_ciEXPORT_FUNC(PyModule_SetDocString)
3897db96d56Sopenharmony_ciEXPORT_FUNC(PyModuleDef_Init)
3907db96d56Sopenharmony_ciEXPORT_FUNC(PyNumber_Absolute)
3917db96d56Sopenharmony_ciEXPORT_FUNC(PyNumber_Add)
3927db96d56Sopenharmony_ciEXPORT_FUNC(PyNumber_And)
3937db96d56Sopenharmony_ciEXPORT_FUNC(PyNumber_AsSsize_t)
3947db96d56Sopenharmony_ciEXPORT_FUNC(PyNumber_Check)
3957db96d56Sopenharmony_ciEXPORT_FUNC(PyNumber_Divmod)
3967db96d56Sopenharmony_ciEXPORT_FUNC(PyNumber_Float)
3977db96d56Sopenharmony_ciEXPORT_FUNC(PyNumber_FloorDivide)
3987db96d56Sopenharmony_ciEXPORT_FUNC(PyNumber_Index)
3997db96d56Sopenharmony_ciEXPORT_FUNC(PyNumber_InPlaceAdd)
4007db96d56Sopenharmony_ciEXPORT_FUNC(PyNumber_InPlaceAnd)
4017db96d56Sopenharmony_ciEXPORT_FUNC(PyNumber_InPlaceFloorDivide)
4027db96d56Sopenharmony_ciEXPORT_FUNC(PyNumber_InPlaceLshift)
4037db96d56Sopenharmony_ciEXPORT_FUNC(PyNumber_InPlaceMatrixMultiply)
4047db96d56Sopenharmony_ciEXPORT_FUNC(PyNumber_InPlaceMultiply)
4057db96d56Sopenharmony_ciEXPORT_FUNC(PyNumber_InPlaceOr)
4067db96d56Sopenharmony_ciEXPORT_FUNC(PyNumber_InPlacePower)
4077db96d56Sopenharmony_ciEXPORT_FUNC(PyNumber_InPlaceRemainder)
4087db96d56Sopenharmony_ciEXPORT_FUNC(PyNumber_InPlaceRshift)
4097db96d56Sopenharmony_ciEXPORT_FUNC(PyNumber_InPlaceSubtract)
4107db96d56Sopenharmony_ciEXPORT_FUNC(PyNumber_InPlaceTrueDivide)
4117db96d56Sopenharmony_ciEXPORT_FUNC(PyNumber_InPlaceXor)
4127db96d56Sopenharmony_ciEXPORT_FUNC(PyNumber_Invert)
4137db96d56Sopenharmony_ciEXPORT_FUNC(PyNumber_Long)
4147db96d56Sopenharmony_ciEXPORT_FUNC(PyNumber_Lshift)
4157db96d56Sopenharmony_ciEXPORT_FUNC(PyNumber_MatrixMultiply)
4167db96d56Sopenharmony_ciEXPORT_FUNC(PyNumber_Multiply)
4177db96d56Sopenharmony_ciEXPORT_FUNC(PyNumber_Negative)
4187db96d56Sopenharmony_ciEXPORT_FUNC(PyNumber_Or)
4197db96d56Sopenharmony_ciEXPORT_FUNC(PyNumber_Positive)
4207db96d56Sopenharmony_ciEXPORT_FUNC(PyNumber_Power)
4217db96d56Sopenharmony_ciEXPORT_FUNC(PyNumber_Remainder)
4227db96d56Sopenharmony_ciEXPORT_FUNC(PyNumber_Rshift)
4237db96d56Sopenharmony_ciEXPORT_FUNC(PyNumber_Subtract)
4247db96d56Sopenharmony_ciEXPORT_FUNC(PyNumber_ToBase)
4257db96d56Sopenharmony_ciEXPORT_FUNC(PyNumber_TrueDivide)
4267db96d56Sopenharmony_ciEXPORT_FUNC(PyNumber_Xor)
4277db96d56Sopenharmony_ciEXPORT_FUNC(PyObject_AsCharBuffer)
4287db96d56Sopenharmony_ciEXPORT_FUNC(PyObject_ASCII)
4297db96d56Sopenharmony_ciEXPORT_FUNC(PyObject_AsFileDescriptor)
4307db96d56Sopenharmony_ciEXPORT_FUNC(PyObject_AsReadBuffer)
4317db96d56Sopenharmony_ciEXPORT_FUNC(PyObject_AsWriteBuffer)
4327db96d56Sopenharmony_ciEXPORT_FUNC(PyObject_Bytes)
4337db96d56Sopenharmony_ciEXPORT_FUNC(PyObject_Call)
4347db96d56Sopenharmony_ciEXPORT_FUNC(PyObject_CallFunction)
4357db96d56Sopenharmony_ciEXPORT_FUNC(PyObject_CallFunctionObjArgs)
4367db96d56Sopenharmony_ciEXPORT_FUNC(PyObject_CallMethod)
4377db96d56Sopenharmony_ciEXPORT_FUNC(PyObject_CallMethodObjArgs)
4387db96d56Sopenharmony_ciEXPORT_FUNC(PyObject_CallNoArgs)
4397db96d56Sopenharmony_ciEXPORT_FUNC(PyObject_CallObject)
4407db96d56Sopenharmony_ciEXPORT_FUNC(PyObject_Calloc)
4417db96d56Sopenharmony_ciEXPORT_FUNC(PyObject_CheckBuffer)
4427db96d56Sopenharmony_ciEXPORT_FUNC(PyObject_CheckReadBuffer)
4437db96d56Sopenharmony_ciEXPORT_FUNC(PyObject_ClearWeakRefs)
4447db96d56Sopenharmony_ciEXPORT_FUNC(PyObject_CopyData)
4457db96d56Sopenharmony_ciEXPORT_FUNC(PyObject_DelItem)
4467db96d56Sopenharmony_ciEXPORT_FUNC(PyObject_DelItemString)
4477db96d56Sopenharmony_ciEXPORT_FUNC(PyObject_Dir)
4487db96d56Sopenharmony_ciEXPORT_FUNC(PyObject_Format)
4497db96d56Sopenharmony_ciEXPORT_FUNC(PyObject_Free)
4507db96d56Sopenharmony_ciEXPORT_FUNC(PyObject_GC_Del)
4517db96d56Sopenharmony_ciEXPORT_FUNC(PyObject_GC_IsFinalized)
4527db96d56Sopenharmony_ciEXPORT_FUNC(PyObject_GC_IsTracked)
4537db96d56Sopenharmony_ciEXPORT_FUNC(PyObject_GC_Track)
4547db96d56Sopenharmony_ciEXPORT_FUNC(PyObject_GC_UnTrack)
4557db96d56Sopenharmony_ciEXPORT_FUNC(PyObject_GenericGetAttr)
4567db96d56Sopenharmony_ciEXPORT_FUNC(PyObject_GenericGetDict)
4577db96d56Sopenharmony_ciEXPORT_FUNC(PyObject_GenericSetAttr)
4587db96d56Sopenharmony_ciEXPORT_FUNC(PyObject_GenericSetDict)
4597db96d56Sopenharmony_ciEXPORT_FUNC(PyObject_GetAIter)
4607db96d56Sopenharmony_ciEXPORT_FUNC(PyObject_GetAttr)
4617db96d56Sopenharmony_ciEXPORT_FUNC(PyObject_GetAttrString)
4627db96d56Sopenharmony_ciEXPORT_FUNC(PyObject_GetBuffer)
4637db96d56Sopenharmony_ciEXPORT_FUNC(PyObject_GetItem)
4647db96d56Sopenharmony_ciEXPORT_FUNC(PyObject_GetIter)
4657db96d56Sopenharmony_ciEXPORT_FUNC(PyObject_HasAttr)
4667db96d56Sopenharmony_ciEXPORT_FUNC(PyObject_HasAttrString)
4677db96d56Sopenharmony_ciEXPORT_FUNC(PyObject_Hash)
4687db96d56Sopenharmony_ciEXPORT_FUNC(PyObject_HashNotImplemented)
4697db96d56Sopenharmony_ciEXPORT_FUNC(PyObject_Init)
4707db96d56Sopenharmony_ciEXPORT_FUNC(PyObject_InitVar)
4717db96d56Sopenharmony_ciEXPORT_FUNC(PyObject_IsInstance)
4727db96d56Sopenharmony_ciEXPORT_FUNC(PyObject_IsSubclass)
4737db96d56Sopenharmony_ciEXPORT_FUNC(PyObject_IsTrue)
4747db96d56Sopenharmony_ciEXPORT_FUNC(PyObject_Length)
4757db96d56Sopenharmony_ciEXPORT_FUNC(PyObject_Malloc)
4767db96d56Sopenharmony_ciEXPORT_FUNC(PyObject_Not)
4777db96d56Sopenharmony_ciEXPORT_FUNC(PyObject_Realloc)
4787db96d56Sopenharmony_ciEXPORT_FUNC(PyObject_Repr)
4797db96d56Sopenharmony_ciEXPORT_FUNC(PyObject_RichCompare)
4807db96d56Sopenharmony_ciEXPORT_FUNC(PyObject_RichCompareBool)
4817db96d56Sopenharmony_ciEXPORT_FUNC(PyObject_SelfIter)
4827db96d56Sopenharmony_ciEXPORT_FUNC(PyObject_SetAttr)
4837db96d56Sopenharmony_ciEXPORT_FUNC(PyObject_SetAttrString)
4847db96d56Sopenharmony_ciEXPORT_FUNC(PyObject_SetItem)
4857db96d56Sopenharmony_ciEXPORT_FUNC(PyObject_Size)
4867db96d56Sopenharmony_ciEXPORT_FUNC(PyObject_Str)
4877db96d56Sopenharmony_ciEXPORT_FUNC(PyObject_Type)
4887db96d56Sopenharmony_ciEXPORT_FUNC(PyOS_CheckStack)
4897db96d56Sopenharmony_ciEXPORT_FUNC(PyOS_double_to_string)
4907db96d56Sopenharmony_ciEXPORT_FUNC(PyOS_FSPath)
4917db96d56Sopenharmony_ciEXPORT_FUNC(PyOS_getsig)
4927db96d56Sopenharmony_ciEXPORT_FUNC(PyOS_InterruptOccurred)
4937db96d56Sopenharmony_ciEXPORT_FUNC(PyOS_mystricmp)
4947db96d56Sopenharmony_ciEXPORT_FUNC(PyOS_mystrnicmp)
4957db96d56Sopenharmony_ciEXPORT_FUNC(PyOS_setsig)
4967db96d56Sopenharmony_ciEXPORT_FUNC(PyOS_snprintf)
4977db96d56Sopenharmony_ciEXPORT_FUNC(PyOS_string_to_double)
4987db96d56Sopenharmony_ciEXPORT_FUNC(PyOS_strtol)
4997db96d56Sopenharmony_ciEXPORT_FUNC(PyOS_strtoul)
5007db96d56Sopenharmony_ciEXPORT_FUNC(PyOS_vsnprintf)
5017db96d56Sopenharmony_ciEXPORT_FUNC(PySeqIter_New)
5027db96d56Sopenharmony_ciEXPORT_FUNC(PySequence_Check)
5037db96d56Sopenharmony_ciEXPORT_FUNC(PySequence_Concat)
5047db96d56Sopenharmony_ciEXPORT_FUNC(PySequence_Contains)
5057db96d56Sopenharmony_ciEXPORT_FUNC(PySequence_Count)
5067db96d56Sopenharmony_ciEXPORT_FUNC(PySequence_DelItem)
5077db96d56Sopenharmony_ciEXPORT_FUNC(PySequence_DelSlice)
5087db96d56Sopenharmony_ciEXPORT_FUNC(PySequence_Fast)
5097db96d56Sopenharmony_ciEXPORT_FUNC(PySequence_GetItem)
5107db96d56Sopenharmony_ciEXPORT_FUNC(PySequence_GetSlice)
5117db96d56Sopenharmony_ciEXPORT_FUNC(PySequence_In)
5127db96d56Sopenharmony_ciEXPORT_FUNC(PySequence_Index)
5137db96d56Sopenharmony_ciEXPORT_FUNC(PySequence_InPlaceConcat)
5147db96d56Sopenharmony_ciEXPORT_FUNC(PySequence_InPlaceRepeat)
5157db96d56Sopenharmony_ciEXPORT_FUNC(PySequence_Length)
5167db96d56Sopenharmony_ciEXPORT_FUNC(PySequence_List)
5177db96d56Sopenharmony_ciEXPORT_FUNC(PySequence_Repeat)
5187db96d56Sopenharmony_ciEXPORT_FUNC(PySequence_SetItem)
5197db96d56Sopenharmony_ciEXPORT_FUNC(PySequence_SetSlice)
5207db96d56Sopenharmony_ciEXPORT_FUNC(PySequence_Size)
5217db96d56Sopenharmony_ciEXPORT_FUNC(PySequence_Tuple)
5227db96d56Sopenharmony_ciEXPORT_FUNC(PySet_Add)
5237db96d56Sopenharmony_ciEXPORT_FUNC(PySet_Clear)
5247db96d56Sopenharmony_ciEXPORT_FUNC(PySet_Contains)
5257db96d56Sopenharmony_ciEXPORT_FUNC(PySet_Discard)
5267db96d56Sopenharmony_ciEXPORT_FUNC(PySet_New)
5277db96d56Sopenharmony_ciEXPORT_FUNC(PySet_Pop)
5287db96d56Sopenharmony_ciEXPORT_FUNC(PySet_Size)
5297db96d56Sopenharmony_ciEXPORT_FUNC(PySlice_AdjustIndices)
5307db96d56Sopenharmony_ciEXPORT_FUNC(PySlice_GetIndices)
5317db96d56Sopenharmony_ciEXPORT_FUNC(PySlice_GetIndicesEx)
5327db96d56Sopenharmony_ciEXPORT_FUNC(PySlice_New)
5337db96d56Sopenharmony_ciEXPORT_FUNC(PySlice_Unpack)
5347db96d56Sopenharmony_ciEXPORT_FUNC(PyState_AddModule)
5357db96d56Sopenharmony_ciEXPORT_FUNC(PyState_FindModule)
5367db96d56Sopenharmony_ciEXPORT_FUNC(PyState_RemoveModule)
5377db96d56Sopenharmony_ciEXPORT_FUNC(PyStructSequence_GetItem)
5387db96d56Sopenharmony_ciEXPORT_FUNC(PyStructSequence_New)
5397db96d56Sopenharmony_ciEXPORT_FUNC(PyStructSequence_NewType)
5407db96d56Sopenharmony_ciEXPORT_FUNC(PyStructSequence_SetItem)
5417db96d56Sopenharmony_ciEXPORT_FUNC(PySys_AddWarnOption)
5427db96d56Sopenharmony_ciEXPORT_FUNC(PySys_AddWarnOptionUnicode)
5437db96d56Sopenharmony_ciEXPORT_FUNC(PySys_AddXOption)
5447db96d56Sopenharmony_ciEXPORT_FUNC(PySys_FormatStderr)
5457db96d56Sopenharmony_ciEXPORT_FUNC(PySys_FormatStdout)
5467db96d56Sopenharmony_ciEXPORT_FUNC(PySys_GetObject)
5477db96d56Sopenharmony_ciEXPORT_FUNC(PySys_GetXOptions)
5487db96d56Sopenharmony_ciEXPORT_FUNC(PySys_HasWarnOptions)
5497db96d56Sopenharmony_ciEXPORT_FUNC(PySys_ResetWarnOptions)
5507db96d56Sopenharmony_ciEXPORT_FUNC(PySys_SetArgv)
5517db96d56Sopenharmony_ciEXPORT_FUNC(PySys_SetArgvEx)
5527db96d56Sopenharmony_ciEXPORT_FUNC(PySys_SetObject)
5537db96d56Sopenharmony_ciEXPORT_FUNC(PySys_SetPath)
5547db96d56Sopenharmony_ciEXPORT_FUNC(PySys_WriteStderr)
5557db96d56Sopenharmony_ciEXPORT_FUNC(PySys_WriteStdout)
5567db96d56Sopenharmony_ciEXPORT_FUNC(PyThread_acquire_lock)
5577db96d56Sopenharmony_ciEXPORT_FUNC(PyThread_acquire_lock_timed)
5587db96d56Sopenharmony_ciEXPORT_FUNC(PyThread_allocate_lock)
5597db96d56Sopenharmony_ciEXPORT_FUNC(PyThread_create_key)
5607db96d56Sopenharmony_ciEXPORT_FUNC(PyThread_delete_key)
5617db96d56Sopenharmony_ciEXPORT_FUNC(PyThread_delete_key_value)
5627db96d56Sopenharmony_ciEXPORT_FUNC(PyThread_exit_thread)
5637db96d56Sopenharmony_ciEXPORT_FUNC(PyThread_free_lock)
5647db96d56Sopenharmony_ciEXPORT_FUNC(PyThread_get_key_value)
5657db96d56Sopenharmony_ciEXPORT_FUNC(PyThread_get_stacksize)
5667db96d56Sopenharmony_ciEXPORT_FUNC(PyThread_get_thread_ident)
5677db96d56Sopenharmony_ciEXPORT_FUNC(PyThread_get_thread_native_id)
5687db96d56Sopenharmony_ciEXPORT_FUNC(PyThread_GetInfo)
5697db96d56Sopenharmony_ciEXPORT_FUNC(PyThread_init_thread)
5707db96d56Sopenharmony_ciEXPORT_FUNC(PyThread_ReInitTLS)
5717db96d56Sopenharmony_ciEXPORT_FUNC(PyThread_release_lock)
5727db96d56Sopenharmony_ciEXPORT_FUNC(PyThread_set_key_value)
5737db96d56Sopenharmony_ciEXPORT_FUNC(PyThread_set_stacksize)
5747db96d56Sopenharmony_ciEXPORT_FUNC(PyThread_start_new_thread)
5757db96d56Sopenharmony_ciEXPORT_FUNC(PyThread_tss_alloc)
5767db96d56Sopenharmony_ciEXPORT_FUNC(PyThread_tss_create)
5777db96d56Sopenharmony_ciEXPORT_FUNC(PyThread_tss_delete)
5787db96d56Sopenharmony_ciEXPORT_FUNC(PyThread_tss_free)
5797db96d56Sopenharmony_ciEXPORT_FUNC(PyThread_tss_get)
5807db96d56Sopenharmony_ciEXPORT_FUNC(PyThread_tss_is_created)
5817db96d56Sopenharmony_ciEXPORT_FUNC(PyThread_tss_set)
5827db96d56Sopenharmony_ciEXPORT_FUNC(PyThreadState_Clear)
5837db96d56Sopenharmony_ciEXPORT_FUNC(PyThreadState_Delete)
5847db96d56Sopenharmony_ciEXPORT_FUNC(PyThreadState_DeleteCurrent)
5857db96d56Sopenharmony_ciEXPORT_FUNC(PyThreadState_Get)
5867db96d56Sopenharmony_ciEXPORT_FUNC(PyThreadState_GetDict)
5877db96d56Sopenharmony_ciEXPORT_FUNC(PyThreadState_GetFrame)
5887db96d56Sopenharmony_ciEXPORT_FUNC(PyThreadState_GetID)
5897db96d56Sopenharmony_ciEXPORT_FUNC(PyThreadState_GetInterpreter)
5907db96d56Sopenharmony_ciEXPORT_FUNC(PyThreadState_New)
5917db96d56Sopenharmony_ciEXPORT_FUNC(PyThreadState_SetAsyncExc)
5927db96d56Sopenharmony_ciEXPORT_FUNC(PyThreadState_Swap)
5937db96d56Sopenharmony_ciEXPORT_FUNC(PyTraceBack_Here)
5947db96d56Sopenharmony_ciEXPORT_FUNC(PyTraceBack_Print)
5957db96d56Sopenharmony_ciEXPORT_FUNC(PyTuple_GetItem)
5967db96d56Sopenharmony_ciEXPORT_FUNC(PyTuple_GetSlice)
5977db96d56Sopenharmony_ciEXPORT_FUNC(PyTuple_New)
5987db96d56Sopenharmony_ciEXPORT_FUNC(PyTuple_Pack)
5997db96d56Sopenharmony_ciEXPORT_FUNC(PyTuple_SetItem)
6007db96d56Sopenharmony_ciEXPORT_FUNC(PyTuple_Size)
6017db96d56Sopenharmony_ciEXPORT_FUNC(PyType_ClearCache)
6027db96d56Sopenharmony_ciEXPORT_FUNC(PyType_FromModuleAndSpec)
6037db96d56Sopenharmony_ciEXPORT_FUNC(PyType_FromSpec)
6047db96d56Sopenharmony_ciEXPORT_FUNC(PyType_FromSpecWithBases)
6057db96d56Sopenharmony_ciEXPORT_FUNC(PyType_GenericAlloc)
6067db96d56Sopenharmony_ciEXPORT_FUNC(PyType_GenericNew)
6077db96d56Sopenharmony_ciEXPORT_FUNC(PyType_GetFlags)
6087db96d56Sopenharmony_ciEXPORT_FUNC(PyType_GetModule)
6097db96d56Sopenharmony_ciEXPORT_FUNC(PyType_GetModuleState)
6107db96d56Sopenharmony_ciEXPORT_FUNC(PyType_GetName)
6117db96d56Sopenharmony_ciEXPORT_FUNC(PyType_GetQualName)
6127db96d56Sopenharmony_ciEXPORT_FUNC(PyType_GetSlot)
6137db96d56Sopenharmony_ciEXPORT_FUNC(PyType_IsSubtype)
6147db96d56Sopenharmony_ciEXPORT_FUNC(PyType_Modified)
6157db96d56Sopenharmony_ciEXPORT_FUNC(PyType_Ready)
6167db96d56Sopenharmony_ciEXPORT_FUNC(PyUnicode_Append)
6177db96d56Sopenharmony_ciEXPORT_FUNC(PyUnicode_AppendAndDel)
6187db96d56Sopenharmony_ciEXPORT_FUNC(PyUnicode_AsASCIIString)
6197db96d56Sopenharmony_ciEXPORT_FUNC(PyUnicode_AsCharmapString)
6207db96d56Sopenharmony_ciEXPORT_FUNC(PyUnicode_AsDecodedObject)
6217db96d56Sopenharmony_ciEXPORT_FUNC(PyUnicode_AsDecodedUnicode)
6227db96d56Sopenharmony_ciEXPORT_FUNC(PyUnicode_AsEncodedObject)
6237db96d56Sopenharmony_ciEXPORT_FUNC(PyUnicode_AsEncodedString)
6247db96d56Sopenharmony_ciEXPORT_FUNC(PyUnicode_AsEncodedUnicode)
6257db96d56Sopenharmony_ciEXPORT_FUNC(PyUnicode_AsLatin1String)
6267db96d56Sopenharmony_ciEXPORT_FUNC(PyUnicode_AsMBCSString)
6277db96d56Sopenharmony_ciEXPORT_FUNC(PyUnicode_AsRawUnicodeEscapeString)
6287db96d56Sopenharmony_ciEXPORT_FUNC(PyUnicode_AsUCS4)
6297db96d56Sopenharmony_ciEXPORT_FUNC(PyUnicode_AsUCS4Copy)
6307db96d56Sopenharmony_ciEXPORT_FUNC(PyUnicode_AsUnicodeEscapeString)
6317db96d56Sopenharmony_ciEXPORT_FUNC(PyUnicode_AsUTF16String)
6327db96d56Sopenharmony_ciEXPORT_FUNC(PyUnicode_AsUTF32String)
6337db96d56Sopenharmony_ciEXPORT_FUNC(PyUnicode_AsUTF8AndSize)
6347db96d56Sopenharmony_ciEXPORT_FUNC(PyUnicode_AsUTF8String)
6357db96d56Sopenharmony_ciEXPORT_FUNC(PyUnicode_AsWideChar)
6367db96d56Sopenharmony_ciEXPORT_FUNC(PyUnicode_AsWideCharString)
6377db96d56Sopenharmony_ciEXPORT_FUNC(PyUnicode_BuildEncodingMap)
6387db96d56Sopenharmony_ciEXPORT_FUNC(PyUnicode_Compare)
6397db96d56Sopenharmony_ciEXPORT_FUNC(PyUnicode_CompareWithASCIIString)
6407db96d56Sopenharmony_ciEXPORT_FUNC(PyUnicode_Concat)
6417db96d56Sopenharmony_ciEXPORT_FUNC(PyUnicode_Contains)
6427db96d56Sopenharmony_ciEXPORT_FUNC(PyUnicode_Count)
6437db96d56Sopenharmony_ciEXPORT_FUNC(PyUnicode_Decode)
6447db96d56Sopenharmony_ciEXPORT_FUNC(PyUnicode_DecodeASCII)
6457db96d56Sopenharmony_ciEXPORT_FUNC(PyUnicode_DecodeCharmap)
6467db96d56Sopenharmony_ciEXPORT_FUNC(PyUnicode_DecodeCodePageStateful)
6477db96d56Sopenharmony_ciEXPORT_FUNC(PyUnicode_DecodeFSDefault)
6487db96d56Sopenharmony_ciEXPORT_FUNC(PyUnicode_DecodeFSDefaultAndSize)
6497db96d56Sopenharmony_ciEXPORT_FUNC(PyUnicode_DecodeLatin1)
6507db96d56Sopenharmony_ciEXPORT_FUNC(PyUnicode_DecodeLocale)
6517db96d56Sopenharmony_ciEXPORT_FUNC(PyUnicode_DecodeLocaleAndSize)
6527db96d56Sopenharmony_ciEXPORT_FUNC(PyUnicode_DecodeMBCS)
6537db96d56Sopenharmony_ciEXPORT_FUNC(PyUnicode_DecodeMBCSStateful)
6547db96d56Sopenharmony_ciEXPORT_FUNC(PyUnicode_DecodeRawUnicodeEscape)
6557db96d56Sopenharmony_ciEXPORT_FUNC(PyUnicode_DecodeUnicodeEscape)
6567db96d56Sopenharmony_ciEXPORT_FUNC(PyUnicode_DecodeUTF16)
6577db96d56Sopenharmony_ciEXPORT_FUNC(PyUnicode_DecodeUTF16Stateful)
6587db96d56Sopenharmony_ciEXPORT_FUNC(PyUnicode_DecodeUTF32)
6597db96d56Sopenharmony_ciEXPORT_FUNC(PyUnicode_DecodeUTF32Stateful)
6607db96d56Sopenharmony_ciEXPORT_FUNC(PyUnicode_DecodeUTF7)
6617db96d56Sopenharmony_ciEXPORT_FUNC(PyUnicode_DecodeUTF7Stateful)
6627db96d56Sopenharmony_ciEXPORT_FUNC(PyUnicode_DecodeUTF8)
6637db96d56Sopenharmony_ciEXPORT_FUNC(PyUnicode_DecodeUTF8Stateful)
6647db96d56Sopenharmony_ciEXPORT_FUNC(PyUnicode_EncodeCodePage)
6657db96d56Sopenharmony_ciEXPORT_FUNC(PyUnicode_EncodeFSDefault)
6667db96d56Sopenharmony_ciEXPORT_FUNC(PyUnicode_EncodeLocale)
6677db96d56Sopenharmony_ciEXPORT_FUNC(PyUnicode_Find)
6687db96d56Sopenharmony_ciEXPORT_FUNC(PyUnicode_FindChar)
6697db96d56Sopenharmony_ciEXPORT_FUNC(PyUnicode_Format)
6707db96d56Sopenharmony_ciEXPORT_FUNC(PyUnicode_FromEncodedObject)
6717db96d56Sopenharmony_ciEXPORT_FUNC(PyUnicode_FromFormat)
6727db96d56Sopenharmony_ciEXPORT_FUNC(PyUnicode_FromFormatV)
6737db96d56Sopenharmony_ciEXPORT_FUNC(PyUnicode_FromObject)
6747db96d56Sopenharmony_ciEXPORT_FUNC(PyUnicode_FromOrdinal)
6757db96d56Sopenharmony_ciEXPORT_FUNC(PyUnicode_FromString)
6767db96d56Sopenharmony_ciEXPORT_FUNC(PyUnicode_FromStringAndSize)
6777db96d56Sopenharmony_ciEXPORT_FUNC(PyUnicode_FromWideChar)
6787db96d56Sopenharmony_ciEXPORT_FUNC(PyUnicode_FSConverter)
6797db96d56Sopenharmony_ciEXPORT_FUNC(PyUnicode_FSDecoder)
6807db96d56Sopenharmony_ciEXPORT_FUNC(PyUnicode_GetDefaultEncoding)
6817db96d56Sopenharmony_ciEXPORT_FUNC(PyUnicode_GetLength)
6827db96d56Sopenharmony_ciEXPORT_FUNC(PyUnicode_GetSize)
6837db96d56Sopenharmony_ciEXPORT_FUNC(PyUnicode_InternFromString)
6847db96d56Sopenharmony_ciEXPORT_FUNC(PyUnicode_InternImmortal)
6857db96d56Sopenharmony_ciEXPORT_FUNC(PyUnicode_InternInPlace)
6867db96d56Sopenharmony_ciEXPORT_FUNC(PyUnicode_IsIdentifier)
6877db96d56Sopenharmony_ciEXPORT_FUNC(PyUnicode_Join)
6887db96d56Sopenharmony_ciEXPORT_FUNC(PyUnicode_Partition)
6897db96d56Sopenharmony_ciEXPORT_FUNC(PyUnicode_ReadChar)
6907db96d56Sopenharmony_ciEXPORT_FUNC(PyUnicode_Replace)
6917db96d56Sopenharmony_ciEXPORT_FUNC(PyUnicode_Resize)
6927db96d56Sopenharmony_ciEXPORT_FUNC(PyUnicode_RichCompare)
6937db96d56Sopenharmony_ciEXPORT_FUNC(PyUnicode_RPartition)
6947db96d56Sopenharmony_ciEXPORT_FUNC(PyUnicode_RSplit)
6957db96d56Sopenharmony_ciEXPORT_FUNC(PyUnicode_Split)
6967db96d56Sopenharmony_ciEXPORT_FUNC(PyUnicode_Splitlines)
6977db96d56Sopenharmony_ciEXPORT_FUNC(PyUnicode_Substring)
6987db96d56Sopenharmony_ciEXPORT_FUNC(PyUnicode_Tailmatch)
6997db96d56Sopenharmony_ciEXPORT_FUNC(PyUnicode_Translate)
7007db96d56Sopenharmony_ciEXPORT_FUNC(PyUnicode_WriteChar)
7017db96d56Sopenharmony_ciEXPORT_FUNC(PyUnicodeDecodeError_Create)
7027db96d56Sopenharmony_ciEXPORT_FUNC(PyUnicodeDecodeError_GetEncoding)
7037db96d56Sopenharmony_ciEXPORT_FUNC(PyUnicodeDecodeError_GetEnd)
7047db96d56Sopenharmony_ciEXPORT_FUNC(PyUnicodeDecodeError_GetObject)
7057db96d56Sopenharmony_ciEXPORT_FUNC(PyUnicodeDecodeError_GetReason)
7067db96d56Sopenharmony_ciEXPORT_FUNC(PyUnicodeDecodeError_GetStart)
7077db96d56Sopenharmony_ciEXPORT_FUNC(PyUnicodeDecodeError_SetEnd)
7087db96d56Sopenharmony_ciEXPORT_FUNC(PyUnicodeDecodeError_SetReason)
7097db96d56Sopenharmony_ciEXPORT_FUNC(PyUnicodeDecodeError_SetStart)
7107db96d56Sopenharmony_ciEXPORT_FUNC(PyUnicodeEncodeError_GetEncoding)
7117db96d56Sopenharmony_ciEXPORT_FUNC(PyUnicodeEncodeError_GetEnd)
7127db96d56Sopenharmony_ciEXPORT_FUNC(PyUnicodeEncodeError_GetObject)
7137db96d56Sopenharmony_ciEXPORT_FUNC(PyUnicodeEncodeError_GetReason)
7147db96d56Sopenharmony_ciEXPORT_FUNC(PyUnicodeEncodeError_GetStart)
7157db96d56Sopenharmony_ciEXPORT_FUNC(PyUnicodeEncodeError_SetEnd)
7167db96d56Sopenharmony_ciEXPORT_FUNC(PyUnicodeEncodeError_SetReason)
7177db96d56Sopenharmony_ciEXPORT_FUNC(PyUnicodeEncodeError_SetStart)
7187db96d56Sopenharmony_ciEXPORT_FUNC(PyUnicodeTranslateError_GetEnd)
7197db96d56Sopenharmony_ciEXPORT_FUNC(PyUnicodeTranslateError_GetObject)
7207db96d56Sopenharmony_ciEXPORT_FUNC(PyUnicodeTranslateError_GetReason)
7217db96d56Sopenharmony_ciEXPORT_FUNC(PyUnicodeTranslateError_GetStart)
7227db96d56Sopenharmony_ciEXPORT_FUNC(PyUnicodeTranslateError_SetEnd)
7237db96d56Sopenharmony_ciEXPORT_FUNC(PyUnicodeTranslateError_SetReason)
7247db96d56Sopenharmony_ciEXPORT_FUNC(PyUnicodeTranslateError_SetStart)
7257db96d56Sopenharmony_ciEXPORT_FUNC(PyWeakref_GetObject)
7267db96d56Sopenharmony_ciEXPORT_FUNC(PyWeakref_NewProxy)
7277db96d56Sopenharmony_ciEXPORT_FUNC(PyWeakref_NewRef)
7287db96d56Sopenharmony_ciEXPORT_FUNC(PyWrapper_New)
7297db96d56Sopenharmony_ci
7307db96d56Sopenharmony_ciEXPORT_DATA(_Py_EllipsisObject)
7317db96d56Sopenharmony_ciEXPORT_DATA(_Py_FalseStruct)
7327db96d56Sopenharmony_ciEXPORT_DATA(_Py_NoneStruct)
7337db96d56Sopenharmony_ciEXPORT_DATA(_Py_NotImplementedStruct)
7347db96d56Sopenharmony_ciEXPORT_DATA(_Py_RefTotal)
7357db96d56Sopenharmony_ciEXPORT_DATA(_Py_SwappedOp)
7367db96d56Sopenharmony_ciEXPORT_DATA(_Py_TrueStruct)
7377db96d56Sopenharmony_ciEXPORT_DATA(_PyWeakref_CallableProxyType)
7387db96d56Sopenharmony_ciEXPORT_DATA(_PyWeakref_ProxyType)
7397db96d56Sopenharmony_ciEXPORT_DATA(_PyWeakref_RefType)
7407db96d56Sopenharmony_ciEXPORT_DATA(Py_FileSystemDefaultEncodeErrors)
7417db96d56Sopenharmony_ciEXPORT_DATA(Py_FileSystemDefaultEncoding)
7427db96d56Sopenharmony_ciEXPORT_DATA(Py_GenericAliasType)
7437db96d56Sopenharmony_ciEXPORT_DATA(Py_HasFileSystemDefaultEncoding)
7447db96d56Sopenharmony_ciEXPORT_DATA(Py_UTF8Mode)
7457db96d56Sopenharmony_ciEXPORT_DATA(Py_Version)
7467db96d56Sopenharmony_ciEXPORT_DATA(PyBaseObject_Type)
7477db96d56Sopenharmony_ciEXPORT_DATA(PyBool_Type)
7487db96d56Sopenharmony_ciEXPORT_DATA(PyByteArray_Type)
7497db96d56Sopenharmony_ciEXPORT_DATA(PyByteArrayIter_Type)
7507db96d56Sopenharmony_ciEXPORT_DATA(PyBytes_Type)
7517db96d56Sopenharmony_ciEXPORT_DATA(PyBytesIter_Type)
7527db96d56Sopenharmony_ciEXPORT_DATA(PyCallIter_Type)
7537db96d56Sopenharmony_ciEXPORT_DATA(PyCapsule_Type)
7547db96d56Sopenharmony_ciEXPORT_DATA(PyCFunction_Type)
7557db96d56Sopenharmony_ciEXPORT_DATA(PyClassMethodDescr_Type)
7567db96d56Sopenharmony_ciEXPORT_DATA(PyComplex_Type)
7577db96d56Sopenharmony_ciEXPORT_DATA(PyDict_Type)
7587db96d56Sopenharmony_ciEXPORT_DATA(PyDictItems_Type)
7597db96d56Sopenharmony_ciEXPORT_DATA(PyDictIterItem_Type)
7607db96d56Sopenharmony_ciEXPORT_DATA(PyDictIterKey_Type)
7617db96d56Sopenharmony_ciEXPORT_DATA(PyDictIterValue_Type)
7627db96d56Sopenharmony_ciEXPORT_DATA(PyDictKeys_Type)
7637db96d56Sopenharmony_ciEXPORT_DATA(PyDictProxy_Type)
7647db96d56Sopenharmony_ciEXPORT_DATA(PyDictRevIterItem_Type)
7657db96d56Sopenharmony_ciEXPORT_DATA(PyDictRevIterKey_Type)
7667db96d56Sopenharmony_ciEXPORT_DATA(PyDictRevIterValue_Type)
7677db96d56Sopenharmony_ciEXPORT_DATA(PyDictValues_Type)
7687db96d56Sopenharmony_ciEXPORT_DATA(PyEllipsis_Type)
7697db96d56Sopenharmony_ciEXPORT_DATA(PyEnum_Type)
7707db96d56Sopenharmony_ciEXPORT_DATA(PyExc_ArithmeticError)
7717db96d56Sopenharmony_ciEXPORT_DATA(PyExc_AssertionError)
7727db96d56Sopenharmony_ciEXPORT_DATA(PyExc_AttributeError)
7737db96d56Sopenharmony_ciEXPORT_DATA(PyExc_BaseException)
7747db96d56Sopenharmony_ciEXPORT_DATA(PyExc_BaseExceptionGroup)
7757db96d56Sopenharmony_ciEXPORT_DATA(PyExc_BlockingIOError)
7767db96d56Sopenharmony_ciEXPORT_DATA(PyExc_BrokenPipeError)
7777db96d56Sopenharmony_ciEXPORT_DATA(PyExc_BufferError)
7787db96d56Sopenharmony_ciEXPORT_DATA(PyExc_BytesWarning)
7797db96d56Sopenharmony_ciEXPORT_DATA(PyExc_ChildProcessError)
7807db96d56Sopenharmony_ciEXPORT_DATA(PyExc_ConnectionAbortedError)
7817db96d56Sopenharmony_ciEXPORT_DATA(PyExc_ConnectionError)
7827db96d56Sopenharmony_ciEXPORT_DATA(PyExc_ConnectionRefusedError)
7837db96d56Sopenharmony_ciEXPORT_DATA(PyExc_ConnectionResetError)
7847db96d56Sopenharmony_ciEXPORT_DATA(PyExc_DeprecationWarning)
7857db96d56Sopenharmony_ciEXPORT_DATA(PyExc_EncodingWarning)
7867db96d56Sopenharmony_ciEXPORT_DATA(PyExc_EnvironmentError)
7877db96d56Sopenharmony_ciEXPORT_DATA(PyExc_EOFError)
7887db96d56Sopenharmony_ciEXPORT_DATA(PyExc_Exception)
7897db96d56Sopenharmony_ciEXPORT_DATA(PyExc_FileExistsError)
7907db96d56Sopenharmony_ciEXPORT_DATA(PyExc_FileNotFoundError)
7917db96d56Sopenharmony_ciEXPORT_DATA(PyExc_FloatingPointError)
7927db96d56Sopenharmony_ciEXPORT_DATA(PyExc_FutureWarning)
7937db96d56Sopenharmony_ciEXPORT_DATA(PyExc_GeneratorExit)
7947db96d56Sopenharmony_ciEXPORT_DATA(PyExc_ImportError)
7957db96d56Sopenharmony_ciEXPORT_DATA(PyExc_ImportWarning)
7967db96d56Sopenharmony_ciEXPORT_DATA(PyExc_IndentationError)
7977db96d56Sopenharmony_ciEXPORT_DATA(PyExc_IndexError)
7987db96d56Sopenharmony_ciEXPORT_DATA(PyExc_InterruptedError)
7997db96d56Sopenharmony_ciEXPORT_DATA(PyExc_IOError)
8007db96d56Sopenharmony_ciEXPORT_DATA(PyExc_IsADirectoryError)
8017db96d56Sopenharmony_ciEXPORT_DATA(PyExc_KeyboardInterrupt)
8027db96d56Sopenharmony_ciEXPORT_DATA(PyExc_KeyError)
8037db96d56Sopenharmony_ciEXPORT_DATA(PyExc_LookupError)
8047db96d56Sopenharmony_ciEXPORT_DATA(PyExc_MemoryError)
8057db96d56Sopenharmony_ciEXPORT_DATA(PyExc_ModuleNotFoundError)
8067db96d56Sopenharmony_ciEXPORT_DATA(PyExc_NameError)
8077db96d56Sopenharmony_ciEXPORT_DATA(PyExc_NotADirectoryError)
8087db96d56Sopenharmony_ciEXPORT_DATA(PyExc_NotImplementedError)
8097db96d56Sopenharmony_ciEXPORT_DATA(PyExc_OSError)
8107db96d56Sopenharmony_ciEXPORT_DATA(PyExc_OverflowError)
8117db96d56Sopenharmony_ciEXPORT_DATA(PyExc_PendingDeprecationWarning)
8127db96d56Sopenharmony_ciEXPORT_DATA(PyExc_PermissionError)
8137db96d56Sopenharmony_ciEXPORT_DATA(PyExc_ProcessLookupError)
8147db96d56Sopenharmony_ciEXPORT_DATA(PyExc_RecursionError)
8157db96d56Sopenharmony_ciEXPORT_DATA(PyExc_ReferenceError)
8167db96d56Sopenharmony_ciEXPORT_DATA(PyExc_ResourceWarning)
8177db96d56Sopenharmony_ciEXPORT_DATA(PyExc_RuntimeError)
8187db96d56Sopenharmony_ciEXPORT_DATA(PyExc_RuntimeWarning)
8197db96d56Sopenharmony_ciEXPORT_DATA(PyExc_StopAsyncIteration)
8207db96d56Sopenharmony_ciEXPORT_DATA(PyExc_StopIteration)
8217db96d56Sopenharmony_ciEXPORT_DATA(PyExc_SyntaxError)
8227db96d56Sopenharmony_ciEXPORT_DATA(PyExc_SyntaxWarning)
8237db96d56Sopenharmony_ciEXPORT_DATA(PyExc_SystemError)
8247db96d56Sopenharmony_ciEXPORT_DATA(PyExc_SystemExit)
8257db96d56Sopenharmony_ciEXPORT_DATA(PyExc_TabError)
8267db96d56Sopenharmony_ciEXPORT_DATA(PyExc_TimeoutError)
8277db96d56Sopenharmony_ciEXPORT_DATA(PyExc_TypeError)
8287db96d56Sopenharmony_ciEXPORT_DATA(PyExc_UnboundLocalError)
8297db96d56Sopenharmony_ciEXPORT_DATA(PyExc_UnicodeDecodeError)
8307db96d56Sopenharmony_ciEXPORT_DATA(PyExc_UnicodeEncodeError)
8317db96d56Sopenharmony_ciEXPORT_DATA(PyExc_UnicodeError)
8327db96d56Sopenharmony_ciEXPORT_DATA(PyExc_UnicodeTranslateError)
8337db96d56Sopenharmony_ciEXPORT_DATA(PyExc_UnicodeWarning)
8347db96d56Sopenharmony_ciEXPORT_DATA(PyExc_UserWarning)
8357db96d56Sopenharmony_ciEXPORT_DATA(PyExc_ValueError)
8367db96d56Sopenharmony_ciEXPORT_DATA(PyExc_Warning)
8377db96d56Sopenharmony_ciEXPORT_DATA(PyExc_WindowsError)
8387db96d56Sopenharmony_ciEXPORT_DATA(PyExc_ZeroDivisionError)
8397db96d56Sopenharmony_ciEXPORT_DATA(PyFilter_Type)
8407db96d56Sopenharmony_ciEXPORT_DATA(PyFloat_Type)
8417db96d56Sopenharmony_ciEXPORT_DATA(PyFrozenSet_Type)
8427db96d56Sopenharmony_ciEXPORT_DATA(PyGetSetDescr_Type)
8437db96d56Sopenharmony_ciEXPORT_DATA(PyList_Type)
8447db96d56Sopenharmony_ciEXPORT_DATA(PyListIter_Type)
8457db96d56Sopenharmony_ciEXPORT_DATA(PyListRevIter_Type)
8467db96d56Sopenharmony_ciEXPORT_DATA(PyLong_Type)
8477db96d56Sopenharmony_ciEXPORT_DATA(PyLongRangeIter_Type)
8487db96d56Sopenharmony_ciEXPORT_DATA(PyMap_Type)
8497db96d56Sopenharmony_ciEXPORT_DATA(PyMemberDescr_Type)
8507db96d56Sopenharmony_ciEXPORT_DATA(PyMemoryView_Type)
8517db96d56Sopenharmony_ciEXPORT_DATA(PyMethodDescr_Type)
8527db96d56Sopenharmony_ciEXPORT_DATA(PyModule_Type)
8537db96d56Sopenharmony_ciEXPORT_DATA(PyModuleDef_Type)
8547db96d56Sopenharmony_ciEXPORT_DATA(PyOS_InputHook)
8557db96d56Sopenharmony_ciEXPORT_DATA(PyProperty_Type)
8567db96d56Sopenharmony_ciEXPORT_DATA(PyRange_Type)
8577db96d56Sopenharmony_ciEXPORT_DATA(PyRangeIter_Type)
8587db96d56Sopenharmony_ciEXPORT_DATA(PyReversed_Type)
8597db96d56Sopenharmony_ciEXPORT_DATA(PySeqIter_Type)
8607db96d56Sopenharmony_ciEXPORT_DATA(PySet_Type)
8617db96d56Sopenharmony_ciEXPORT_DATA(PySetIter_Type)
8627db96d56Sopenharmony_ciEXPORT_DATA(PySlice_Type)
8637db96d56Sopenharmony_ciEXPORT_DATA(PyStructSequence_UnnamedField)
8647db96d56Sopenharmony_ciEXPORT_DATA(PySuper_Type)
8657db96d56Sopenharmony_ciEXPORT_DATA(PyTraceBack_Type)
8667db96d56Sopenharmony_ciEXPORT_DATA(PyTuple_Type)
8677db96d56Sopenharmony_ciEXPORT_DATA(PyTupleIter_Type)
8687db96d56Sopenharmony_ciEXPORT_DATA(PyType_Type)
8697db96d56Sopenharmony_ciEXPORT_DATA(PyUnicode_Type)
8707db96d56Sopenharmony_ciEXPORT_DATA(PyUnicodeIter_Type)
8717db96d56Sopenharmony_ciEXPORT_DATA(PyWrapperDescr_Type)
8727db96d56Sopenharmony_ciEXPORT_DATA(PyZip_Type)
873