#define Py_BUILD_CORE
#define PY_SSIZE_T_CLEAN
#undef Py_LIMITED_API
#include <Python.h>
#include <pyframe.h>
#include <marshal.h>
#include <frameobject.h>
#include <structmember.h>
#include <internal/pycore_unicodeobject.h>
#include <internal/pycore_namespace.h>
#include <internal/pycore_bytesobject.h>
#include <internal/pycore_symtable.h>
#include <token.h>
#include <internal/pycore_structseq.h>
#include <internal/pycore_fileutils.h>
#include <internal/pycore_runtime.h>

#ifndef WASM_EXPORT
#define WASM_EXPORT(x,y) __attribute__((visibility("default"))) void* __WASM_EXPORT__##x() { return &(y);}
#endif


WASM_EXPORT(PyAIter_Check,PyAIter_Check)
WASM_EXPORT(PyArg_Parse,PyArg_Parse)
WASM_EXPORT(PyArg_ParseTuple,PyArg_ParseTuple)
WASM_EXPORT(PyArg_ParseTupleAndKeywords,PyArg_ParseTupleAndKeywords)
WASM_EXPORT(PyArg_UnpackTuple,PyArg_UnpackTuple)
WASM_EXPORT(PyArg_VaParse,PyArg_VaParse)
WASM_EXPORT(PyArg_VaParseTupleAndKeywords,PyArg_VaParseTupleAndKeywords)
WASM_EXPORT(PyArg_ValidateKeywordArguments,PyArg_ValidateKeywordArguments)
WASM_EXPORT(PyAsyncGen_New,PyAsyncGen_New)
WASM_EXPORT(PyAsyncGen_Type,PyAsyncGen_Type)
WASM_EXPORT(PyBaseObject_Type,PyBaseObject_Type)
WASM_EXPORT(PyBool_FromLong,PyBool_FromLong)
WASM_EXPORT(PyBool_Type,PyBool_Type)
WASM_EXPORT(PyBuffer_FillContiguousStrides,PyBuffer_FillContiguousStrides)
WASM_EXPORT(PyBuffer_FillInfo,PyBuffer_FillInfo)
WASM_EXPORT(PyBuffer_FromContiguous,PyBuffer_FromContiguous)
WASM_EXPORT(PyBuffer_GetPointer,PyBuffer_GetPointer)
WASM_EXPORT(PyBuffer_IsContiguous,PyBuffer_IsContiguous)
WASM_EXPORT(PyBuffer_Release,PyBuffer_Release)
WASM_EXPORT(PyBuffer_SizeFromFormat,PyBuffer_SizeFromFormat)
WASM_EXPORT(PyBuffer_ToContiguous,PyBuffer_ToContiguous)
WASM_EXPORT(PyByteArrayIter_Type,PyByteArrayIter_Type)
WASM_EXPORT(PyByteArray_AsString,PyByteArray_AsString)
WASM_EXPORT(PyByteArray_Concat,PyByteArray_Concat)
WASM_EXPORT(PyByteArray_FromObject,PyByteArray_FromObject)
WASM_EXPORT(PyByteArray_FromStringAndSize,PyByteArray_FromStringAndSize)
WASM_EXPORT(PyByteArray_Resize,PyByteArray_Resize)
WASM_EXPORT(PyByteArray_Size,PyByteArray_Size)
WASM_EXPORT(PyByteArray_Type,PyByteArray_Type)
WASM_EXPORT(PyBytesIter_Type,PyBytesIter_Type)
WASM_EXPORT(PyBytes_AsString,PyBytes_AsString)
WASM_EXPORT(PyBytes_AsStringAndSize,PyBytes_AsStringAndSize)
WASM_EXPORT(PyBytes_Concat,PyBytes_Concat)
WASM_EXPORT(PyBytes_ConcatAndDel,PyBytes_ConcatAndDel)
WASM_EXPORT(PyBytes_DecodeEscape,PyBytes_DecodeEscape)
WASM_EXPORT(PyBytes_FromFormat,PyBytes_FromFormat)
WASM_EXPORT(PyBytes_FromFormatV,PyBytes_FromFormatV)
WASM_EXPORT(PyBytes_FromObject,PyBytes_FromObject)
WASM_EXPORT(PyBytes_FromString,PyBytes_FromString)
WASM_EXPORT(PyBytes_FromStringAndSize,PyBytes_FromStringAndSize)
WASM_EXPORT(PyBytes_Repr,PyBytes_Repr)
WASM_EXPORT(PyBytes_Size,PyBytes_Size)
WASM_EXPORT(PyBytes_Type,PyBytes_Type)
WASM_EXPORT(PyCFunction_Call,PyCFunction_Call)
WASM_EXPORT(PyCFunction_GetFlags,PyCFunction_GetFlags)
WASM_EXPORT(PyCFunction_GetFunction,PyCFunction_GetFunction)
WASM_EXPORT(PyCFunction_GetSelf,PyCFunction_GetSelf)
WASM_EXPORT(PyCFunction_New,PyCFunction_New)
WASM_EXPORT(PyCFunction_NewEx,PyCFunction_NewEx)
WASM_EXPORT(PyCFunction_Type,PyCFunction_Type)
WASM_EXPORT(PyCMethod_New,PyCMethod_New)
WASM_EXPORT(PyCMethod_Type,PyCMethod_Type)
WASM_EXPORT(PyCallIter_New,PyCallIter_New)
WASM_EXPORT(PyCallIter_Type,PyCallIter_Type)
WASM_EXPORT(PyCallable_Check,PyCallable_Check)
WASM_EXPORT(PyCapsule_GetContext,PyCapsule_GetContext)
WASM_EXPORT(PyCapsule_GetDestructor,PyCapsule_GetDestructor)
WASM_EXPORT(PyCapsule_GetName,PyCapsule_GetName)
WASM_EXPORT(PyCapsule_GetPointer,PyCapsule_GetPointer)
WASM_EXPORT(PyCapsule_Import,PyCapsule_Import)
WASM_EXPORT(PyCapsule_IsValid,PyCapsule_IsValid)
WASM_EXPORT(PyCapsule_New,PyCapsule_New)
WASM_EXPORT(PyCapsule_SetContext,PyCapsule_SetContext)
WASM_EXPORT(PyCapsule_SetDestructor,PyCapsule_SetDestructor)
WASM_EXPORT(PyCapsule_SetName,PyCapsule_SetName)
WASM_EXPORT(PyCapsule_SetPointer,PyCapsule_SetPointer)
WASM_EXPORT(PyCapsule_Type,PyCapsule_Type)
WASM_EXPORT(PyCell_Get,PyCell_Get)
WASM_EXPORT(PyCell_New,PyCell_New)
WASM_EXPORT(PyCell_Set,PyCell_Set)
WASM_EXPORT(PyCell_Type,PyCell_Type)
WASM_EXPORT(PyClassMethodDescr_Type,PyClassMethodDescr_Type)
WASM_EXPORT(PyClassMethod_New,PyClassMethod_New)
WASM_EXPORT(PyClassMethod_Type,PyClassMethod_Type)
WASM_EXPORT(PyCode_Addr2Line,PyCode_Addr2Line)
WASM_EXPORT(PyCode_Addr2Location,PyCode_Addr2Location)
WASM_EXPORT(PyCode_GetCellvars,PyCode_GetCellvars)
WASM_EXPORT(PyCode_GetCode,PyCode_GetCode)
WASM_EXPORT(PyCode_GetFreevars,PyCode_GetFreevars)
WASM_EXPORT(PyCode_GetVarnames,PyCode_GetVarnames)
WASM_EXPORT(PyCode_New,PyCode_New)
WASM_EXPORT(PyCode_NewEmpty,PyCode_NewEmpty)
WASM_EXPORT(PyCode_NewWithPosOnlyArgs,PyCode_NewWithPosOnlyArgs)
WASM_EXPORT(PyCode_Optimize,PyCode_Optimize)
WASM_EXPORT(PyCode_Type,PyCode_Type)
WASM_EXPORT(PyCodec_BackslashReplaceErrors,PyCodec_BackslashReplaceErrors)
WASM_EXPORT(PyCodec_Decode,PyCodec_Decode)
WASM_EXPORT(PyCodec_Decoder,PyCodec_Decoder)
WASM_EXPORT(PyCodec_Encode,PyCodec_Encode)
WASM_EXPORT(PyCodec_Encoder,PyCodec_Encoder)
WASM_EXPORT(PyCodec_IgnoreErrors,PyCodec_IgnoreErrors)
WASM_EXPORT(PyCodec_IncrementalDecoder,PyCodec_IncrementalDecoder)
WASM_EXPORT(PyCodec_IncrementalEncoder,PyCodec_IncrementalEncoder)
WASM_EXPORT(PyCodec_KnownEncoding,PyCodec_KnownEncoding)
WASM_EXPORT(PyCodec_LookupError,PyCodec_LookupError)
WASM_EXPORT(PyCodec_NameReplaceErrors,PyCodec_NameReplaceErrors)
WASM_EXPORT(PyCodec_Register,PyCodec_Register)
WASM_EXPORT(PyCodec_RegisterError,PyCodec_RegisterError)
WASM_EXPORT(PyCodec_ReplaceErrors,PyCodec_ReplaceErrors)
WASM_EXPORT(PyCodec_StreamReader,PyCodec_StreamReader)
WASM_EXPORT(PyCodec_StreamWriter,PyCodec_StreamWriter)
WASM_EXPORT(PyCodec_StrictErrors,PyCodec_StrictErrors)
WASM_EXPORT(PyCodec_Unregister,PyCodec_Unregister)
WASM_EXPORT(PyCodec_XMLCharRefReplaceErrors,PyCodec_XMLCharRefReplaceErrors)
WASM_EXPORT(PyCompile_OpcodeStackEffect,PyCompile_OpcodeStackEffect)
WASM_EXPORT(PyCompile_OpcodeStackEffectWithJump,PyCompile_OpcodeStackEffectWithJump)
WASM_EXPORT(PyComplex_AsCComplex,PyComplex_AsCComplex)
WASM_EXPORT(PyComplex_FromCComplex,PyComplex_FromCComplex)
WASM_EXPORT(PyComplex_FromDoubles,PyComplex_FromDoubles)
WASM_EXPORT(PyComplex_ImagAsDouble,PyComplex_ImagAsDouble)
WASM_EXPORT(PyComplex_RealAsDouble,PyComplex_RealAsDouble)
WASM_EXPORT(PyComplex_Type,PyComplex_Type)
WASM_EXPORT(PyConfig_Clear,PyConfig_Clear)
WASM_EXPORT(PyConfig_InitIsolatedConfig,PyConfig_InitIsolatedConfig)
WASM_EXPORT(PyConfig_InitPythonConfig,PyConfig_InitPythonConfig)
WASM_EXPORT(PyConfig_Read,PyConfig_Read)
WASM_EXPORT(PyConfig_SetArgv,PyConfig_SetArgv)
WASM_EXPORT(PyConfig_SetBytesArgv,PyConfig_SetBytesArgv)
WASM_EXPORT(PyConfig_SetBytesString,PyConfig_SetBytesString)
WASM_EXPORT(PyConfig_SetString,PyConfig_SetString)
WASM_EXPORT(PyConfig_SetWideStringList,PyConfig_SetWideStringList)
WASM_EXPORT(PyContextToken_Type,PyContextToken_Type)
WASM_EXPORT(PyContextVar_Get,PyContextVar_Get)
WASM_EXPORT(PyContextVar_New,PyContextVar_New)
WASM_EXPORT(PyContextVar_Reset,PyContextVar_Reset)
WASM_EXPORT(PyContextVar_Set,PyContextVar_Set)
WASM_EXPORT(PyContextVar_Type,PyContextVar_Type)
WASM_EXPORT(PyContext_Copy,PyContext_Copy)
WASM_EXPORT(PyContext_CopyCurrent,PyContext_CopyCurrent)
WASM_EXPORT(PyContext_Enter,PyContext_Enter)
WASM_EXPORT(PyContext_Exit,PyContext_Exit)
WASM_EXPORT(PyContext_New,PyContext_New)
WASM_EXPORT(PyContext_Type,PyContext_Type)
WASM_EXPORT(PyCoro_New,PyCoro_New)
WASM_EXPORT(PyCoro_Type,PyCoro_Type)
WASM_EXPORT(PyDescr_IsData,PyDescr_IsData)
WASM_EXPORT(PyDescr_NewClassMethod,PyDescr_NewClassMethod)
WASM_EXPORT(PyDescr_NewGetSet,PyDescr_NewGetSet)
WASM_EXPORT(PyDescr_NewMember,PyDescr_NewMember)
WASM_EXPORT(PyDescr_NewMethod,PyDescr_NewMethod)
WASM_EXPORT(PyDescr_NewWrapper,PyDescr_NewWrapper)
WASM_EXPORT(PyDictItems_Type,PyDictItems_Type)
WASM_EXPORT(PyDictIterItem_Type,PyDictIterItem_Type)
WASM_EXPORT(PyDictIterKey_Type,PyDictIterKey_Type)
WASM_EXPORT(PyDictIterValue_Type,PyDictIterValue_Type)
WASM_EXPORT(PyDictKeys_Type,PyDictKeys_Type)
WASM_EXPORT(PyDictProxy_New,PyDictProxy_New)
WASM_EXPORT(PyDictProxy_Type,PyDictProxy_Type)
WASM_EXPORT(PyDictRevIterItem_Type,PyDictRevIterItem_Type)
WASM_EXPORT(PyDictRevIterKey_Type,PyDictRevIterKey_Type)
WASM_EXPORT(PyDictRevIterValue_Type,PyDictRevIterValue_Type)
WASM_EXPORT(PyDictValues_Type,PyDictValues_Type)
WASM_EXPORT(PyDict_Clear,PyDict_Clear)
WASM_EXPORT(PyDict_Contains,PyDict_Contains)
WASM_EXPORT(PyDict_Copy,PyDict_Copy)
WASM_EXPORT(PyDict_DelItem,PyDict_DelItem)
WASM_EXPORT(PyDict_DelItemString,PyDict_DelItemString)
WASM_EXPORT(PyDict_GetItem,PyDict_GetItem)
WASM_EXPORT(PyDict_GetItemString,PyDict_GetItemString)
WASM_EXPORT(PyDict_GetItemWithError,PyDict_GetItemWithError)
WASM_EXPORT(PyDict_Items,PyDict_Items)
WASM_EXPORT(PyDict_Keys,PyDict_Keys)
WASM_EXPORT(PyDict_Merge,PyDict_Merge)
WASM_EXPORT(PyDict_MergeFromSeq2,PyDict_MergeFromSeq2)
WASM_EXPORT(PyDict_New,PyDict_New)
WASM_EXPORT(PyDict_Next,PyDict_Next)
WASM_EXPORT(PyDict_SetDefault,PyDict_SetDefault)
WASM_EXPORT(PyDict_SetItem,PyDict_SetItem)
WASM_EXPORT(PyDict_SetItemString,PyDict_SetItemString)
WASM_EXPORT(PyDict_Size,PyDict_Size)
WASM_EXPORT(PyDict_Type,PyDict_Type)
WASM_EXPORT(PyDict_Update,PyDict_Update)
WASM_EXPORT(PyDict_Values,PyDict_Values)
WASM_EXPORT(PyEllipsis_Type,PyEllipsis_Type)
WASM_EXPORT(PyEnum_Type,PyEnum_Type)
WASM_EXPORT(PyErr_BadArgument,PyErr_BadArgument)
WASM_EXPORT(PyErr_BadInternalCall,PyErr_BadInternalCall)
WASM_EXPORT(PyErr_CheckSignals,PyErr_CheckSignals)
WASM_EXPORT(PyErr_Clear,PyErr_Clear)
WASM_EXPORT(PyErr_Display,PyErr_Display)
WASM_EXPORT(PyErr_ExceptionMatches,PyErr_ExceptionMatches)
WASM_EXPORT(PyErr_Fetch,PyErr_Fetch)
WASM_EXPORT(PyErr_Format,PyErr_Format)
WASM_EXPORT(PyErr_FormatV,PyErr_FormatV)
WASM_EXPORT(PyErr_GetExcInfo,PyErr_GetExcInfo)
WASM_EXPORT(PyErr_GetHandledException,PyErr_GetHandledException)
WASM_EXPORT(PyErr_GivenExceptionMatches,PyErr_GivenExceptionMatches)
WASM_EXPORT(PyErr_NewException,PyErr_NewException)
WASM_EXPORT(PyErr_NewExceptionWithDoc,PyErr_NewExceptionWithDoc)
WASM_EXPORT(PyErr_NoMemory,PyErr_NoMemory)
WASM_EXPORT(PyErr_NormalizeException,PyErr_NormalizeException)
WASM_EXPORT(PyErr_Occurred,PyErr_Occurred)
WASM_EXPORT(PyErr_Print,PyErr_Print)
WASM_EXPORT(PyErr_PrintEx,PyErr_PrintEx)
WASM_EXPORT(PyErr_ProgramText,PyErr_ProgramText)
WASM_EXPORT(PyErr_ProgramTextObject,PyErr_ProgramTextObject)
WASM_EXPORT(PyErr_RangedSyntaxLocationObject,PyErr_RangedSyntaxLocationObject)
WASM_EXPORT(PyErr_ResourceWarning,PyErr_ResourceWarning)
WASM_EXPORT(PyErr_Restore,PyErr_Restore)
WASM_EXPORT(PyErr_SetExcInfo,PyErr_SetExcInfo)
WASM_EXPORT(PyErr_SetFromErrno,PyErr_SetFromErrno)
WASM_EXPORT(PyErr_SetFromErrnoWithFilename,PyErr_SetFromErrnoWithFilename)
WASM_EXPORT(PyErr_SetFromErrnoWithFilenameObject,PyErr_SetFromErrnoWithFilenameObject)
WASM_EXPORT(PyErr_SetFromErrnoWithFilenameObjects,PyErr_SetFromErrnoWithFilenameObjects)
WASM_EXPORT(PyErr_SetHandledException,PyErr_SetHandledException)
WASM_EXPORT(PyErr_SetImportError,PyErr_SetImportError)
WASM_EXPORT(PyErr_SetImportErrorSubclass,PyErr_SetImportErrorSubclass)
WASM_EXPORT(PyErr_SetInterrupt,PyErr_SetInterrupt)
WASM_EXPORT(PyErr_SetInterruptEx,PyErr_SetInterruptEx)
WASM_EXPORT(PyErr_SetNone,PyErr_SetNone)
WASM_EXPORT(PyErr_SetObject,PyErr_SetObject)
WASM_EXPORT(PyErr_SetString,PyErr_SetString)
WASM_EXPORT(PyErr_SyntaxLocation,PyErr_SyntaxLocation)
WASM_EXPORT(PyErr_SyntaxLocationEx,PyErr_SyntaxLocationEx)
WASM_EXPORT(PyErr_SyntaxLocationObject,PyErr_SyntaxLocationObject)
WASM_EXPORT(PyErr_WarnEx,PyErr_WarnEx)
WASM_EXPORT(PyErr_WarnExplicit,PyErr_WarnExplicit)
WASM_EXPORT(PyErr_WarnExplicitFormat,PyErr_WarnExplicitFormat)
WASM_EXPORT(PyErr_WarnExplicitObject,PyErr_WarnExplicitObject)
WASM_EXPORT(PyErr_WarnFormat,PyErr_WarnFormat)
WASM_EXPORT(PyErr_WriteUnraisable,PyErr_WriteUnraisable)
WASM_EXPORT(PyEval_AcquireLock,PyEval_AcquireLock)
WASM_EXPORT(PyEval_AcquireThread,PyEval_AcquireThread)
WASM_EXPORT(PyEval_CallFunction,PyEval_CallFunction)
WASM_EXPORT(PyEval_CallMethod,PyEval_CallMethod)
WASM_EXPORT(PyEval_CallObjectWithKeywords,PyEval_CallObjectWithKeywords)
WASM_EXPORT(PyEval_EvalCode,PyEval_EvalCode)
WASM_EXPORT(PyEval_EvalCodeEx,PyEval_EvalCodeEx)
WASM_EXPORT(PyEval_EvalFrame,PyEval_EvalFrame)
WASM_EXPORT(PyEval_EvalFrameEx,PyEval_EvalFrameEx)
WASM_EXPORT(PyEval_GetBuiltins,PyEval_GetBuiltins)
WASM_EXPORT(PyEval_GetFrame,PyEval_GetFrame)
WASM_EXPORT(PyEval_GetFuncDesc,PyEval_GetFuncDesc)
WASM_EXPORT(PyEval_GetFuncName,PyEval_GetFuncName)
WASM_EXPORT(PyEval_GetGlobals,PyEval_GetGlobals)
WASM_EXPORT(PyEval_GetLocals,PyEval_GetLocals)
WASM_EXPORT(PyEval_InitThreads,PyEval_InitThreads)
WASM_EXPORT(PyEval_MergeCompilerFlags,PyEval_MergeCompilerFlags)
WASM_EXPORT(PyEval_ReleaseLock,PyEval_ReleaseLock)
WASM_EXPORT(PyEval_ReleaseThread,PyEval_ReleaseThread)
WASM_EXPORT(PyEval_RestoreThread,PyEval_RestoreThread)
WASM_EXPORT(PyEval_SaveThread,PyEval_SaveThread)
WASM_EXPORT(PyEval_SetProfile,PyEval_SetProfile)
WASM_EXPORT(PyEval_SetTrace,PyEval_SetTrace)
WASM_EXPORT(PyEval_ThreadsInitialized,PyEval_ThreadsInitialized)
WASM_EXPORT(PyExc_ArithmeticError,PyExc_ArithmeticError)
WASM_EXPORT(PyExc_AssertionError,PyExc_AssertionError)
WASM_EXPORT(PyExc_AttributeError,PyExc_AttributeError)
WASM_EXPORT(PyExc_BaseException,PyExc_BaseException)
WASM_EXPORT(PyExc_BaseExceptionGroup,PyExc_BaseExceptionGroup)
WASM_EXPORT(PyExc_BlockingIOError,PyExc_BlockingIOError)
WASM_EXPORT(PyExc_BrokenPipeError,PyExc_BrokenPipeError)
WASM_EXPORT(PyExc_BufferError,PyExc_BufferError)
WASM_EXPORT(PyExc_BytesWarning,PyExc_BytesWarning)
WASM_EXPORT(PyExc_ChildProcessError,PyExc_ChildProcessError)
WASM_EXPORT(PyExc_ConnectionAbortedError,PyExc_ConnectionAbortedError)
WASM_EXPORT(PyExc_ConnectionError,PyExc_ConnectionError)
WASM_EXPORT(PyExc_ConnectionRefusedError,PyExc_ConnectionRefusedError)
WASM_EXPORT(PyExc_ConnectionResetError,PyExc_ConnectionResetError)
WASM_EXPORT(PyExc_DeprecationWarning,PyExc_DeprecationWarning)
WASM_EXPORT(PyExc_EOFError,PyExc_EOFError)
WASM_EXPORT(PyExc_EncodingWarning,PyExc_EncodingWarning)
WASM_EXPORT(PyExc_EnvironmentError,PyExc_EnvironmentError)
WASM_EXPORT(PyExc_Exception,PyExc_Exception)
WASM_EXPORT(PyExc_FileExistsError,PyExc_FileExistsError)
WASM_EXPORT(PyExc_FileNotFoundError,PyExc_FileNotFoundError)
WASM_EXPORT(PyExc_FloatingPointError,PyExc_FloatingPointError)
WASM_EXPORT(PyExc_FutureWarning,PyExc_FutureWarning)
WASM_EXPORT(PyExc_GeneratorExit,PyExc_GeneratorExit)
WASM_EXPORT(PyExc_IOError,PyExc_IOError)
WASM_EXPORT(PyExc_ImportError,PyExc_ImportError)
WASM_EXPORT(PyExc_ImportWarning,PyExc_ImportWarning)
WASM_EXPORT(PyExc_IndentationError,PyExc_IndentationError)
WASM_EXPORT(PyExc_IndexError,PyExc_IndexError)
WASM_EXPORT(PyExc_InterruptedError,PyExc_InterruptedError)
WASM_EXPORT(PyExc_IsADirectoryError,PyExc_IsADirectoryError)
WASM_EXPORT(PyExc_KeyError,PyExc_KeyError)
WASM_EXPORT(PyExc_KeyboardInterrupt,PyExc_KeyboardInterrupt)
WASM_EXPORT(PyExc_LookupError,PyExc_LookupError)
WASM_EXPORT(PyExc_MemoryError,PyExc_MemoryError)
WASM_EXPORT(PyExc_ModuleNotFoundError,PyExc_ModuleNotFoundError)
WASM_EXPORT(PyExc_NameError,PyExc_NameError)
WASM_EXPORT(PyExc_NotADirectoryError,PyExc_NotADirectoryError)
WASM_EXPORT(PyExc_NotImplementedError,PyExc_NotImplementedError)
WASM_EXPORT(PyExc_OSError,PyExc_OSError)
WASM_EXPORT(PyExc_OverflowError,PyExc_OverflowError)
WASM_EXPORT(PyExc_PendingDeprecationWarning,PyExc_PendingDeprecationWarning)
WASM_EXPORT(PyExc_PermissionError,PyExc_PermissionError)
WASM_EXPORT(PyExc_ProcessLookupError,PyExc_ProcessLookupError)
WASM_EXPORT(PyExc_RecursionError,PyExc_RecursionError)
WASM_EXPORT(PyExc_ReferenceError,PyExc_ReferenceError)
WASM_EXPORT(PyExc_ResourceWarning,PyExc_ResourceWarning)
WASM_EXPORT(PyExc_RuntimeError,PyExc_RuntimeError)
WASM_EXPORT(PyExc_RuntimeWarning,PyExc_RuntimeWarning)
WASM_EXPORT(PyExc_StopAsyncIteration,PyExc_StopAsyncIteration)
WASM_EXPORT(PyExc_StopIteration,PyExc_StopIteration)
WASM_EXPORT(PyExc_SyntaxError,PyExc_SyntaxError)
WASM_EXPORT(PyExc_SyntaxWarning,PyExc_SyntaxWarning)
WASM_EXPORT(PyExc_SystemError,PyExc_SystemError)
WASM_EXPORT(PyExc_SystemExit,PyExc_SystemExit)
WASM_EXPORT(PyExc_TabError,PyExc_TabError)
WASM_EXPORT(PyExc_TimeoutError,PyExc_TimeoutError)
WASM_EXPORT(PyExc_TypeError,PyExc_TypeError)
WASM_EXPORT(PyExc_UnboundLocalError,PyExc_UnboundLocalError)
WASM_EXPORT(PyExc_UnicodeDecodeError,PyExc_UnicodeDecodeError)
WASM_EXPORT(PyExc_UnicodeEncodeError,PyExc_UnicodeEncodeError)
WASM_EXPORT(PyExc_UnicodeError,PyExc_UnicodeError)
WASM_EXPORT(PyExc_UnicodeTranslateError,PyExc_UnicodeTranslateError)
WASM_EXPORT(PyExc_UnicodeWarning,PyExc_UnicodeWarning)
WASM_EXPORT(PyExc_UserWarning,PyExc_UserWarning)
WASM_EXPORT(PyExc_ValueError,PyExc_ValueError)
WASM_EXPORT(PyExc_Warning,PyExc_Warning)
WASM_EXPORT(PyExc_ZeroDivisionError,PyExc_ZeroDivisionError)
WASM_EXPORT(PyExceptionClass_Name,PyExceptionClass_Name)
WASM_EXPORT(PyException_GetCause,PyException_GetCause)
WASM_EXPORT(PyException_GetContext,PyException_GetContext)
WASM_EXPORT(PyException_GetTraceback,PyException_GetTraceback)
WASM_EXPORT(PyException_SetCause,PyException_SetCause)
WASM_EXPORT(PyException_SetContext,PyException_SetContext)
WASM_EXPORT(PyException_SetTraceback,PyException_SetTraceback)
WASM_EXPORT(PyFile_FromFd,PyFile_FromFd)
WASM_EXPORT(PyFile_GetLine,PyFile_GetLine)
WASM_EXPORT(PyFile_NewStdPrinter,PyFile_NewStdPrinter)
WASM_EXPORT(PyFile_OpenCode,PyFile_OpenCode)
WASM_EXPORT(PyFile_OpenCodeObject,PyFile_OpenCodeObject)
WASM_EXPORT(PyFile_SetOpenCodeHook,PyFile_SetOpenCodeHook)
WASM_EXPORT(PyFile_WriteObject,PyFile_WriteObject)
WASM_EXPORT(PyFile_WriteString,PyFile_WriteString)
WASM_EXPORT(PyFilter_Type,PyFilter_Type)
WASM_EXPORT(PyFloat_AsDouble,PyFloat_AsDouble)
WASM_EXPORT(PyFloat_FromDouble,PyFloat_FromDouble)
WASM_EXPORT(PyFloat_FromString,PyFloat_FromString)
WASM_EXPORT(PyFloat_GetInfo,PyFloat_GetInfo)
WASM_EXPORT(PyFloat_GetMax,PyFloat_GetMax)
WASM_EXPORT(PyFloat_GetMin,PyFloat_GetMin)
WASM_EXPORT(PyFloat_Pack2,PyFloat_Pack2)
WASM_EXPORT(PyFloat_Pack4,PyFloat_Pack4)
WASM_EXPORT(PyFloat_Pack8,PyFloat_Pack8)
WASM_EXPORT(PyFloat_Type,PyFloat_Type)
WASM_EXPORT(PyFloat_Unpack2,PyFloat_Unpack2)
WASM_EXPORT(PyFloat_Unpack4,PyFloat_Unpack4)
WASM_EXPORT(PyFloat_Unpack8,PyFloat_Unpack8)
WASM_EXPORT(PyFrame_FastToLocals,PyFrame_FastToLocals)
WASM_EXPORT(PyFrame_FastToLocalsWithError,PyFrame_FastToLocalsWithError)
WASM_EXPORT(PyFrame_GetBack,PyFrame_GetBack)
WASM_EXPORT(PyFrame_GetBuiltins,PyFrame_GetBuiltins)
WASM_EXPORT(PyFrame_GetCode,PyFrame_GetCode)
WASM_EXPORT(PyFrame_GetGenerator,PyFrame_GetGenerator)
WASM_EXPORT(PyFrame_GetGlobals,PyFrame_GetGlobals)
WASM_EXPORT(PyFrame_GetLasti,PyFrame_GetLasti)
WASM_EXPORT(PyFrame_GetLineNumber,PyFrame_GetLineNumber)
WASM_EXPORT(PyFrame_GetLocals,PyFrame_GetLocals)
WASM_EXPORT(PyFrame_LocalsToFast,PyFrame_LocalsToFast)
WASM_EXPORT(PyFrame_New,PyFrame_New)
WASM_EXPORT(PyFrame_Type,PyFrame_Type)
WASM_EXPORT(PyFrozenSet_New,PyFrozenSet_New)
WASM_EXPORT(PyFrozenSet_Type,PyFrozenSet_Type)
WASM_EXPORT(PyFunction_GetAnnotations,PyFunction_GetAnnotations)
WASM_EXPORT(PyFunction_GetClosure,PyFunction_GetClosure)
WASM_EXPORT(PyFunction_GetCode,PyFunction_GetCode)
WASM_EXPORT(PyFunction_GetDefaults,PyFunction_GetDefaults)
WASM_EXPORT(PyFunction_GetGlobals,PyFunction_GetGlobals)
WASM_EXPORT(PyFunction_GetKwDefaults,PyFunction_GetKwDefaults)
WASM_EXPORT(PyFunction_GetModule,PyFunction_GetModule)
WASM_EXPORT(PyFunction_New,PyFunction_New)
WASM_EXPORT(PyFunction_NewWithQualName,PyFunction_NewWithQualName)
WASM_EXPORT(PyFunction_SetAnnotations,PyFunction_SetAnnotations)
WASM_EXPORT(PyFunction_SetClosure,PyFunction_SetClosure)
WASM_EXPORT(PyFunction_SetDefaults,PyFunction_SetDefaults)
WASM_EXPORT(PyFunction_SetKwDefaults,PyFunction_SetKwDefaults)
WASM_EXPORT(PyFunction_Type,PyFunction_Type)
WASM_EXPORT(PyGC_Collect,PyGC_Collect)
WASM_EXPORT(PyGC_Disable,PyGC_Disable)
WASM_EXPORT(PyGC_Enable,PyGC_Enable)
WASM_EXPORT(PyGC_IsEnabled,PyGC_IsEnabled)
WASM_EXPORT(PyGILState_Check,PyGILState_Check)
WASM_EXPORT(PyGILState_Ensure,PyGILState_Ensure)
WASM_EXPORT(PyGILState_GetThisThreadState,PyGILState_GetThisThreadState)
WASM_EXPORT(PyGILState_Release,PyGILState_Release)
WASM_EXPORT(PyGen_New,PyGen_New)
WASM_EXPORT(PyGen_NewWithQualName,PyGen_NewWithQualName)
WASM_EXPORT(PyGen_Type,PyGen_Type)
WASM_EXPORT(PyGetSetDescr_Type,PyGetSetDescr_Type)
WASM_EXPORT(PyHash_GetFuncDef,PyHash_GetFuncDef)
WASM_EXPORT(PyImport_AddModule,PyImport_AddModule)
WASM_EXPORT(PyImport_AddModuleObject,PyImport_AddModuleObject)
WASM_EXPORT(PyImport_AppendInittab,PyImport_AppendInittab)
WASM_EXPORT(PyImport_ExecCodeModule,PyImport_ExecCodeModule)
WASM_EXPORT(PyImport_ExecCodeModuleEx,PyImport_ExecCodeModuleEx)
WASM_EXPORT(PyImport_ExecCodeModuleObject,PyImport_ExecCodeModuleObject)
WASM_EXPORT(PyImport_ExecCodeModuleWithPathnames,PyImport_ExecCodeModuleWithPathnames)
WASM_EXPORT(PyImport_ExtendInittab,PyImport_ExtendInittab)
WASM_EXPORT(PyImport_FrozenModules,PyImport_FrozenModules)
WASM_EXPORT(PyImport_GetImporter,PyImport_GetImporter)
WASM_EXPORT(PyImport_GetMagicNumber,PyImport_GetMagicNumber)
WASM_EXPORT(PyImport_GetMagicTag,PyImport_GetMagicTag)
WASM_EXPORT(PyImport_GetModule,PyImport_GetModule)
WASM_EXPORT(PyImport_GetModuleDict,PyImport_GetModuleDict)
WASM_EXPORT(PyImport_Import,PyImport_Import)
WASM_EXPORT(PyImport_ImportFrozenModule,PyImport_ImportFrozenModule)
WASM_EXPORT(PyImport_ImportFrozenModuleObject,PyImport_ImportFrozenModuleObject)
WASM_EXPORT(PyImport_ImportModule,PyImport_ImportModule)
WASM_EXPORT(PyImport_ImportModuleLevel,PyImport_ImportModuleLevel)
WASM_EXPORT(PyImport_ImportModuleLevelObject,PyImport_ImportModuleLevelObject)
WASM_EXPORT(PyImport_ImportModuleNoBlock,PyImport_ImportModuleNoBlock)
WASM_EXPORT(PyImport_Inittab,PyImport_Inittab)
WASM_EXPORT(PyImport_ReloadModule,PyImport_ReloadModule)
WASM_EXPORT(PyIndex_Check,PyIndex_Check)
WASM_EXPORT(PyInstanceMethod_Function,PyInstanceMethod_Function)
WASM_EXPORT(PyInstanceMethod_New,PyInstanceMethod_New)
WASM_EXPORT(PyInstanceMethod_Type,PyInstanceMethod_Type)
WASM_EXPORT(PyInterpreterState_Clear,PyInterpreterState_Clear)
WASM_EXPORT(PyInterpreterState_Delete,PyInterpreterState_Delete)
WASM_EXPORT(PyInterpreterState_Get,PyInterpreterState_Get)
WASM_EXPORT(PyInterpreterState_GetDict,PyInterpreterState_GetDict)
WASM_EXPORT(PyInterpreterState_GetID,PyInterpreterState_GetID)
WASM_EXPORT(PyInterpreterState_Head,PyInterpreterState_Head)
WASM_EXPORT(PyInterpreterState_Main,PyInterpreterState_Main)
WASM_EXPORT(PyInterpreterState_New,PyInterpreterState_New)
WASM_EXPORT(PyInterpreterState_Next,PyInterpreterState_Next)
WASM_EXPORT(PyInterpreterState_ThreadHead,PyInterpreterState_ThreadHead)
WASM_EXPORT(PyIter_Check,PyIter_Check)
WASM_EXPORT(PyIter_Next,PyIter_Next)
WASM_EXPORT(PyIter_Send,PyIter_Send)
WASM_EXPORT(PyListIter_Type,PyListIter_Type)
WASM_EXPORT(PyListRevIter_Type,PyListRevIter_Type)
WASM_EXPORT(PyList_Append,PyList_Append)
WASM_EXPORT(PyList_AsTuple,PyList_AsTuple)
WASM_EXPORT(PyList_GetItem,PyList_GetItem)
WASM_EXPORT(PyList_GetSlice,PyList_GetSlice)
WASM_EXPORT(PyList_Insert,PyList_Insert)
WASM_EXPORT(PyList_New,PyList_New)
WASM_EXPORT(PyList_Reverse,PyList_Reverse)
WASM_EXPORT(PyList_SetItem,PyList_SetItem)
WASM_EXPORT(PyList_SetSlice,PyList_SetSlice)
WASM_EXPORT(PyList_Size,PyList_Size)
WASM_EXPORT(PyList_Sort,PyList_Sort)
WASM_EXPORT(PyList_Type,PyList_Type)
WASM_EXPORT(PyLongRangeIter_Type,PyLongRangeIter_Type)
WASM_EXPORT(PyLong_AsDouble,PyLong_AsDouble)
WASM_EXPORT(PyLong_AsLong,PyLong_AsLong)
WASM_EXPORT(PyLong_AsLongAndOverflow,PyLong_AsLongAndOverflow)
WASM_EXPORT(PyLong_AsLongLong,PyLong_AsLongLong)
WASM_EXPORT(PyLong_AsLongLongAndOverflow,PyLong_AsLongLongAndOverflow)
WASM_EXPORT(PyLong_AsSize_t,PyLong_AsSize_t)
WASM_EXPORT(PyLong_AsSsize_t,PyLong_AsSsize_t)
WASM_EXPORT(PyLong_AsUnsignedLong,PyLong_AsUnsignedLong)
WASM_EXPORT(PyLong_AsUnsignedLongLong,PyLong_AsUnsignedLongLong)
WASM_EXPORT(PyLong_AsUnsignedLongLongMask,PyLong_AsUnsignedLongLongMask)
WASM_EXPORT(PyLong_AsUnsignedLongMask,PyLong_AsUnsignedLongMask)
WASM_EXPORT(PyLong_AsVoidPtr,PyLong_AsVoidPtr)
WASM_EXPORT(PyLong_FromDouble,PyLong_FromDouble)
WASM_EXPORT(PyLong_FromLong,PyLong_FromLong)
WASM_EXPORT(PyLong_FromLongLong,PyLong_FromLongLong)
WASM_EXPORT(PyLong_FromSize_t,PyLong_FromSize_t)
WASM_EXPORT(PyLong_FromSsize_t,PyLong_FromSsize_t)
WASM_EXPORT(PyLong_FromString,PyLong_FromString)
WASM_EXPORT(PyLong_FromUnicodeObject,PyLong_FromUnicodeObject)
WASM_EXPORT(PyLong_FromUnsignedLong,PyLong_FromUnsignedLong)
WASM_EXPORT(PyLong_FromUnsignedLongLong,PyLong_FromUnsignedLongLong)
WASM_EXPORT(PyLong_FromVoidPtr,PyLong_FromVoidPtr)
WASM_EXPORT(PyLong_GetInfo,PyLong_GetInfo)
WASM_EXPORT(PyLong_Type,PyLong_Type)
WASM_EXPORT(PyMap_Type,PyMap_Type)
WASM_EXPORT(PyMapping_Check,PyMapping_Check)
WASM_EXPORT(PyMapping_GetItemString,PyMapping_GetItemString)
WASM_EXPORT(PyMapping_HasKey,PyMapping_HasKey)
WASM_EXPORT(PyMapping_HasKeyString,PyMapping_HasKeyString)
WASM_EXPORT(PyMapping_Items,PyMapping_Items)
WASM_EXPORT(PyMapping_Keys,PyMapping_Keys)
WASM_EXPORT(PyMapping_Length,PyMapping_Length)
WASM_EXPORT(PyMapping_SetItemString,PyMapping_SetItemString)
WASM_EXPORT(PyMapping_Size,PyMapping_Size)
WASM_EXPORT(PyMapping_Values,PyMapping_Values)
WASM_EXPORT(PyMarshal_ReadLastObjectFromFile,PyMarshal_ReadLastObjectFromFile)
WASM_EXPORT(PyMarshal_ReadLongFromFile,PyMarshal_ReadLongFromFile)
WASM_EXPORT(PyMarshal_ReadObjectFromFile,PyMarshal_ReadObjectFromFile)
WASM_EXPORT(PyMarshal_ReadObjectFromString,PyMarshal_ReadObjectFromString)
WASM_EXPORT(PyMarshal_ReadShortFromFile,PyMarshal_ReadShortFromFile)
WASM_EXPORT(PyMarshal_WriteLongToFile,PyMarshal_WriteLongToFile)
WASM_EXPORT(PyMarshal_WriteObjectToFile,PyMarshal_WriteObjectToFile)
WASM_EXPORT(PyMarshal_WriteObjectToString,PyMarshal_WriteObjectToString)
WASM_EXPORT(PyMem_Calloc,PyMem_Calloc)
WASM_EXPORT(PyMem_Free,PyMem_Free)
WASM_EXPORT(PyMem_GetAllocator,PyMem_GetAllocator)
WASM_EXPORT(PyMem_Malloc,PyMem_Malloc)
WASM_EXPORT(PyMem_RawCalloc,PyMem_RawCalloc)
WASM_EXPORT(PyMem_RawFree,PyMem_RawFree)
WASM_EXPORT(PyMem_RawMalloc,PyMem_RawMalloc)
WASM_EXPORT(PyMem_RawRealloc,PyMem_RawRealloc)
WASM_EXPORT(PyMem_Realloc,PyMem_Realloc)
WASM_EXPORT(PyMem_SetAllocator,PyMem_SetAllocator)
WASM_EXPORT(PyMem_SetupDebugHooks,PyMem_SetupDebugHooks)
WASM_EXPORT(PyMemberDescr_Type,PyMemberDescr_Type)
WASM_EXPORT(PyMember_GetOne,PyMember_GetOne)
WASM_EXPORT(PyMember_SetOne,PyMember_SetOne)
WASM_EXPORT(PyMemoryView_FromBuffer,PyMemoryView_FromBuffer)
WASM_EXPORT(PyMemoryView_FromMemory,PyMemoryView_FromMemory)
WASM_EXPORT(PyMemoryView_FromObject,PyMemoryView_FromObject)
WASM_EXPORT(PyMemoryView_GetContiguous,PyMemoryView_GetContiguous)
WASM_EXPORT(PyMemoryView_Type,PyMemoryView_Type)
WASM_EXPORT(PyMethodDescr_Type,PyMethodDescr_Type)
WASM_EXPORT(PyMethod_Function,PyMethod_Function)
WASM_EXPORT(PyMethod_New,PyMethod_New)
WASM_EXPORT(PyMethod_Self,PyMethod_Self)
WASM_EXPORT(PyMethod_Type,PyMethod_Type)
WASM_EXPORT(PyModuleDef_Init,PyModuleDef_Init)
WASM_EXPORT(PyModuleDef_Type,PyModuleDef_Type)
WASM_EXPORT(PyModule_AddFunctions,PyModule_AddFunctions)
WASM_EXPORT(PyModule_AddIntConstant,PyModule_AddIntConstant)
WASM_EXPORT(PyModule_AddObject,PyModule_AddObject)
WASM_EXPORT(PyModule_AddObjectRef,PyModule_AddObjectRef)
WASM_EXPORT(PyModule_AddStringConstant,PyModule_AddStringConstant)
WASM_EXPORT(PyModule_AddType,PyModule_AddType)
WASM_EXPORT(PyModule_Create2,PyModule_Create2)
WASM_EXPORT(PyModule_ExecDef,PyModule_ExecDef)
WASM_EXPORT(PyModule_FromDefAndSpec2,PyModule_FromDefAndSpec2)
WASM_EXPORT(PyModule_GetDef,PyModule_GetDef)
WASM_EXPORT(PyModule_GetDict,PyModule_GetDict)
WASM_EXPORT(PyModule_GetFilename,PyModule_GetFilename)
WASM_EXPORT(PyModule_GetFilenameObject,PyModule_GetFilenameObject)
WASM_EXPORT(PyModule_GetName,PyModule_GetName)
WASM_EXPORT(PyModule_GetNameObject,PyModule_GetNameObject)
WASM_EXPORT(PyModule_GetState,PyModule_GetState)
WASM_EXPORT(PyModule_New,PyModule_New)
WASM_EXPORT(PyModule_NewObject,PyModule_NewObject)
WASM_EXPORT(PyModule_SetDocString,PyModule_SetDocString)
WASM_EXPORT(PyModule_Type,PyModule_Type)
WASM_EXPORT(PyNumber_Absolute,PyNumber_Absolute)
WASM_EXPORT(PyNumber_Add,PyNumber_Add)
WASM_EXPORT(PyNumber_And,PyNumber_And)
WASM_EXPORT(PyNumber_AsSsize_t,PyNumber_AsSsize_t)
WASM_EXPORT(PyNumber_Check,PyNumber_Check)
WASM_EXPORT(PyNumber_Divmod,PyNumber_Divmod)
WASM_EXPORT(PyNumber_Float,PyNumber_Float)
WASM_EXPORT(PyNumber_FloorDivide,PyNumber_FloorDivide)
WASM_EXPORT(PyNumber_InPlaceAdd,PyNumber_InPlaceAdd)
WASM_EXPORT(PyNumber_InPlaceAnd,PyNumber_InPlaceAnd)
WASM_EXPORT(PyNumber_InPlaceFloorDivide,PyNumber_InPlaceFloorDivide)
WASM_EXPORT(PyNumber_InPlaceLshift,PyNumber_InPlaceLshift)
WASM_EXPORT(PyNumber_InPlaceMatrixMultiply,PyNumber_InPlaceMatrixMultiply)
WASM_EXPORT(PyNumber_InPlaceMultiply,PyNumber_InPlaceMultiply)
WASM_EXPORT(PyNumber_InPlaceOr,PyNumber_InPlaceOr)
WASM_EXPORT(PyNumber_InPlacePower,PyNumber_InPlacePower)
WASM_EXPORT(PyNumber_InPlaceRemainder,PyNumber_InPlaceRemainder)
WASM_EXPORT(PyNumber_InPlaceRshift,PyNumber_InPlaceRshift)
WASM_EXPORT(PyNumber_InPlaceSubtract,PyNumber_InPlaceSubtract)
WASM_EXPORT(PyNumber_InPlaceTrueDivide,PyNumber_InPlaceTrueDivide)
WASM_EXPORT(PyNumber_InPlaceXor,PyNumber_InPlaceXor)
WASM_EXPORT(PyNumber_Index,PyNumber_Index)
WASM_EXPORT(PyNumber_Invert,PyNumber_Invert)
WASM_EXPORT(PyNumber_Long,PyNumber_Long)
WASM_EXPORT(PyNumber_Lshift,PyNumber_Lshift)
WASM_EXPORT(PyNumber_MatrixMultiply,PyNumber_MatrixMultiply)
WASM_EXPORT(PyNumber_Multiply,PyNumber_Multiply)
WASM_EXPORT(PyNumber_Negative,PyNumber_Negative)
WASM_EXPORT(PyNumber_Or,PyNumber_Or)
WASM_EXPORT(PyNumber_Positive,PyNumber_Positive)
WASM_EXPORT(PyNumber_Power,PyNumber_Power)
WASM_EXPORT(PyNumber_Remainder,PyNumber_Remainder)
WASM_EXPORT(PyNumber_Rshift,PyNumber_Rshift)
WASM_EXPORT(PyNumber_Subtract,PyNumber_Subtract)
WASM_EXPORT(PyNumber_ToBase,PyNumber_ToBase)
WASM_EXPORT(PyNumber_TrueDivide,PyNumber_TrueDivide)
WASM_EXPORT(PyNumber_Xor,PyNumber_Xor)
WASM_EXPORT(PyODictItems_Type,PyODictItems_Type)
WASM_EXPORT(PyODictIter_Type,PyODictIter_Type)
WASM_EXPORT(PyODictKeys_Type,PyODictKeys_Type)
WASM_EXPORT(PyODictValues_Type,PyODictValues_Type)
WASM_EXPORT(PyODict_DelItem,PyODict_DelItem)
WASM_EXPORT(PyODict_New,PyODict_New)
WASM_EXPORT(PyODict_SetItem,PyODict_SetItem)
WASM_EXPORT(PyODict_Type,PyODict_Type)
WASM_EXPORT(PyOS_AfterFork,PyOS_AfterFork)
WASM_EXPORT(PyOS_AfterFork_Child,PyOS_AfterFork_Child)
WASM_EXPORT(PyOS_AfterFork_Parent,PyOS_AfterFork_Parent)
WASM_EXPORT(PyOS_BeforeFork,PyOS_BeforeFork)
WASM_EXPORT(PyOS_FSPath,PyOS_FSPath)
WASM_EXPORT(PyOS_InputHook,PyOS_InputHook)
WASM_EXPORT(PyOS_InterruptOccurred,PyOS_InterruptOccurred)
WASM_EXPORT(PyOS_Readline,PyOS_Readline)
WASM_EXPORT(PyOS_ReadlineFunctionPointer,PyOS_ReadlineFunctionPointer)
WASM_EXPORT(PyOS_double_to_string,PyOS_double_to_string)
WASM_EXPORT(PyOS_getsig,PyOS_getsig)
WASM_EXPORT(PyOS_mystricmp,PyOS_mystricmp)
WASM_EXPORT(PyOS_mystrnicmp,PyOS_mystrnicmp)
WASM_EXPORT(PyOS_setsig,PyOS_setsig)
WASM_EXPORT(PyOS_snprintf,PyOS_snprintf)
WASM_EXPORT(PyOS_string_to_double,PyOS_string_to_double)
WASM_EXPORT(PyOS_strtol,PyOS_strtol)
WASM_EXPORT(PyOS_strtoul,PyOS_strtoul)
WASM_EXPORT(PyOS_vsnprintf,PyOS_vsnprintf)
WASM_EXPORT(PyObject_ASCII,PyObject_ASCII)
WASM_EXPORT(PyObject_AsCharBuffer,PyObject_AsCharBuffer)
WASM_EXPORT(PyObject_AsFileDescriptor,PyObject_AsFileDescriptor)
WASM_EXPORT(PyObject_AsReadBuffer,PyObject_AsReadBuffer)
WASM_EXPORT(PyObject_AsWriteBuffer,PyObject_AsWriteBuffer)
WASM_EXPORT(PyObject_Bytes,PyObject_Bytes)
WASM_EXPORT(PyObject_Call,PyObject_Call)
WASM_EXPORT(PyObject_CallFinalizer,PyObject_CallFinalizer)
WASM_EXPORT(PyObject_CallFinalizerFromDealloc,PyObject_CallFinalizerFromDealloc)
WASM_EXPORT(PyObject_CallFunction,PyObject_CallFunction)
WASM_EXPORT(PyObject_CallFunctionObjArgs,PyObject_CallFunctionObjArgs)
WASM_EXPORT(PyObject_CallMethod,PyObject_CallMethod)
WASM_EXPORT(PyObject_CallMethodObjArgs,PyObject_CallMethodObjArgs)
WASM_EXPORT(PyObject_CallNoArgs,PyObject_CallNoArgs)
WASM_EXPORT(PyObject_CallObject,PyObject_CallObject)
WASM_EXPORT(PyObject_CallOneArg,PyObject_CallOneArg)
WASM_EXPORT(PyObject_Calloc,PyObject_Calloc)
WASM_EXPORT(PyObject_CheckBuffer,PyObject_CheckBuffer)
WASM_EXPORT(PyObject_CheckReadBuffer,PyObject_CheckReadBuffer)
WASM_EXPORT(PyObject_ClearWeakRefs,PyObject_ClearWeakRefs)
WASM_EXPORT(PyObject_CopyData,PyObject_CopyData)
WASM_EXPORT(PyObject_DelItem,PyObject_DelItem)
WASM_EXPORT(PyObject_DelItemString,PyObject_DelItemString)
WASM_EXPORT(PyObject_Dir,PyObject_Dir)
WASM_EXPORT(PyObject_Format,PyObject_Format)
WASM_EXPORT(PyObject_Free,PyObject_Free)
WASM_EXPORT(PyObject_GC_Del,PyObject_GC_Del)
WASM_EXPORT(PyObject_GC_IsFinalized,PyObject_GC_IsFinalized)
WASM_EXPORT(PyObject_GC_IsTracked,PyObject_GC_IsTracked)
WASM_EXPORT(PyObject_GC_Track,PyObject_GC_Track)
WASM_EXPORT(PyObject_GC_UnTrack,PyObject_GC_UnTrack)
WASM_EXPORT(PyObject_GET_WEAKREFS_LISTPTR,PyObject_GET_WEAKREFS_LISTPTR)
WASM_EXPORT(PyObject_GenericGetAttr,PyObject_GenericGetAttr)
WASM_EXPORT(PyObject_GenericGetDict,PyObject_GenericGetDict)
WASM_EXPORT(PyObject_GenericSetAttr,PyObject_GenericSetAttr)
WASM_EXPORT(PyObject_GenericSetDict,PyObject_GenericSetDict)
WASM_EXPORT(PyObject_GetAIter,PyObject_GetAIter)
WASM_EXPORT(PyObject_GetArenaAllocator,PyObject_GetArenaAllocator)
WASM_EXPORT(PyObject_GetAttr,PyObject_GetAttr)
WASM_EXPORT(PyObject_GetAttrString,PyObject_GetAttrString)
WASM_EXPORT(PyObject_GetBuffer,PyObject_GetBuffer)
WASM_EXPORT(PyObject_GetItem,PyObject_GetItem)
WASM_EXPORT(PyObject_GetIter,PyObject_GetIter)
WASM_EXPORT(PyObject_HasAttr,PyObject_HasAttr)
WASM_EXPORT(PyObject_HasAttrString,PyObject_HasAttrString)
WASM_EXPORT(PyObject_Hash,PyObject_Hash)
WASM_EXPORT(PyObject_HashNotImplemented,PyObject_HashNotImplemented)
WASM_EXPORT(PyObject_IS_GC,PyObject_IS_GC)
WASM_EXPORT(PyObject_Init,PyObject_Init)
WASM_EXPORT(PyObject_InitVar,PyObject_InitVar)
WASM_EXPORT(PyObject_IsInstance,PyObject_IsInstance)
WASM_EXPORT(PyObject_IsSubclass,PyObject_IsSubclass)
WASM_EXPORT(PyObject_IsTrue,PyObject_IsTrue)
WASM_EXPORT(PyObject_Length,PyObject_Length)
WASM_EXPORT(PyObject_LengthHint,PyObject_LengthHint)
WASM_EXPORT(PyObject_Malloc,PyObject_Malloc)
WASM_EXPORT(PyObject_Not,PyObject_Not)
WASM_EXPORT(PyObject_Print,PyObject_Print)
WASM_EXPORT(PyObject_Realloc,PyObject_Realloc)
WASM_EXPORT(PyObject_Repr,PyObject_Repr)
WASM_EXPORT(PyObject_RichCompare,PyObject_RichCompare)
WASM_EXPORT(PyObject_RichCompareBool,PyObject_RichCompareBool)
WASM_EXPORT(PyObject_SelfIter,PyObject_SelfIter)
WASM_EXPORT(PyObject_SetArenaAllocator,PyObject_SetArenaAllocator)
WASM_EXPORT(PyObject_SetAttr,PyObject_SetAttr)
WASM_EXPORT(PyObject_SetAttrString,PyObject_SetAttrString)
WASM_EXPORT(PyObject_SetItem,PyObject_SetItem)
WASM_EXPORT(PyObject_Size,PyObject_Size)
WASM_EXPORT(PyObject_Str,PyObject_Str)
WASM_EXPORT(PyObject_Type,PyObject_Type)
WASM_EXPORT(PyObject_Vectorcall,PyObject_Vectorcall)
WASM_EXPORT(PyObject_VectorcallDict,PyObject_VectorcallDict)
WASM_EXPORT(PyObject_VectorcallMethod,PyObject_VectorcallMethod)
WASM_EXPORT(PyPickleBuffer_FromObject,PyPickleBuffer_FromObject)
WASM_EXPORT(PyPickleBuffer_GetBuffer,PyPickleBuffer_GetBuffer)
WASM_EXPORT(PyPickleBuffer_Release,PyPickleBuffer_Release)
WASM_EXPORT(PyPickleBuffer_Type,PyPickleBuffer_Type)
WASM_EXPORT(PyPreConfig_InitIsolatedConfig,PyPreConfig_InitIsolatedConfig)
WASM_EXPORT(PyPreConfig_InitPythonConfig,PyPreConfig_InitPythonConfig)
WASM_EXPORT(PyProperty_Type,PyProperty_Type)
WASM_EXPORT(PyRangeIter_Type,PyRangeIter_Type)
WASM_EXPORT(PyRange_Type,PyRange_Type)
WASM_EXPORT(PyReversed_Type,PyReversed_Type)
WASM_EXPORT(PyRun_AnyFile,PyRun_AnyFile)
WASM_EXPORT(PyRun_AnyFileEx,PyRun_AnyFileEx)
WASM_EXPORT(PyRun_AnyFileExFlags,PyRun_AnyFileExFlags)
WASM_EXPORT(PyRun_AnyFileFlags,PyRun_AnyFileFlags)
WASM_EXPORT(PyRun_File,PyRun_File)
WASM_EXPORT(PyRun_FileEx,PyRun_FileEx)
WASM_EXPORT(PyRun_FileExFlags,PyRun_FileExFlags)
WASM_EXPORT(PyRun_FileFlags,PyRun_FileFlags)
WASM_EXPORT(PyRun_InteractiveLoop,PyRun_InteractiveLoop)
WASM_EXPORT(PyRun_InteractiveLoopFlags,PyRun_InteractiveLoopFlags)
WASM_EXPORT(PyRun_InteractiveOne,PyRun_InteractiveOne)
WASM_EXPORT(PyRun_InteractiveOneFlags,PyRun_InteractiveOneFlags)
WASM_EXPORT(PyRun_InteractiveOneObject,PyRun_InteractiveOneObject)
WASM_EXPORT(PyRun_SimpleFile,PyRun_SimpleFile)
WASM_EXPORT(PyRun_SimpleFileEx,PyRun_SimpleFileEx)
WASM_EXPORT(PyRun_SimpleFileExFlags,PyRun_SimpleFileExFlags)
WASM_EXPORT(PyRun_SimpleString,PyRun_SimpleString)
WASM_EXPORT(PyRun_SimpleStringFlags,PyRun_SimpleStringFlags)
WASM_EXPORT(PyRun_String,PyRun_String)
WASM_EXPORT(PyRun_StringFlags,PyRun_StringFlags)
WASM_EXPORT(PySeqIter_New,PySeqIter_New)
WASM_EXPORT(PySeqIter_Type,PySeqIter_Type)
WASM_EXPORT(PySequence_Check,PySequence_Check)
WASM_EXPORT(PySequence_Concat,PySequence_Concat)
WASM_EXPORT(PySequence_Contains,PySequence_Contains)
WASM_EXPORT(PySequence_Count,PySequence_Count)
WASM_EXPORT(PySequence_DelItem,PySequence_DelItem)
WASM_EXPORT(PySequence_DelSlice,PySequence_DelSlice)
WASM_EXPORT(PySequence_Fast,PySequence_Fast)
WASM_EXPORT(PySequence_GetItem,PySequence_GetItem)
WASM_EXPORT(PySequence_GetSlice,PySequence_GetSlice)
WASM_EXPORT(PySequence_In,PySequence_In)
WASM_EXPORT(PySequence_InPlaceConcat,PySequence_InPlaceConcat)
WASM_EXPORT(PySequence_InPlaceRepeat,PySequence_InPlaceRepeat)
WASM_EXPORT(PySequence_Index,PySequence_Index)
WASM_EXPORT(PySequence_Length,PySequence_Length)
WASM_EXPORT(PySequence_List,PySequence_List)
WASM_EXPORT(PySequence_Repeat,PySequence_Repeat)
WASM_EXPORT(PySequence_SetItem,PySequence_SetItem)
WASM_EXPORT(PySequence_SetSlice,PySequence_SetSlice)
WASM_EXPORT(PySequence_Size,PySequence_Size)
WASM_EXPORT(PySequence_Tuple,PySequence_Tuple)
WASM_EXPORT(PySetIter_Type,PySetIter_Type)
WASM_EXPORT(PySet_Add,PySet_Add)
WASM_EXPORT(PySet_Clear,PySet_Clear)
WASM_EXPORT(PySet_Contains,PySet_Contains)
WASM_EXPORT(PySet_Discard,PySet_Discard)
WASM_EXPORT(PySet_New,PySet_New)
WASM_EXPORT(PySet_Pop,PySet_Pop)
WASM_EXPORT(PySet_Size,PySet_Size)
WASM_EXPORT(PySet_Type,PySet_Type)
WASM_EXPORT(PySlice_AdjustIndices,PySlice_AdjustIndices)
WASM_EXPORT(PySlice_GetIndices,PySlice_GetIndices)
WASM_EXPORT(PySlice_GetIndicesEx,PySlice_GetIndicesEx)
WASM_EXPORT(PySlice_New,PySlice_New)
WASM_EXPORT(PySlice_Type,PySlice_Type)
WASM_EXPORT(PySlice_Unpack,PySlice_Unpack)
WASM_EXPORT(PyState_AddModule,PyState_AddModule)
WASM_EXPORT(PyState_FindModule,PyState_FindModule)
WASM_EXPORT(PyState_RemoveModule,PyState_RemoveModule)
WASM_EXPORT(PyStaticMethod_New,PyStaticMethod_New)
WASM_EXPORT(PyStaticMethod_Type,PyStaticMethod_Type)
WASM_EXPORT(PyStatus_Error,PyStatus_Error)
WASM_EXPORT(PyStatus_Exception,PyStatus_Exception)
WASM_EXPORT(PyStatus_Exit,PyStatus_Exit)
WASM_EXPORT(PyStatus_IsError,PyStatus_IsError)
WASM_EXPORT(PyStatus_IsExit,PyStatus_IsExit)
WASM_EXPORT(PyStatus_NoMemory,PyStatus_NoMemory)
WASM_EXPORT(PyStatus_Ok,PyStatus_Ok)
WASM_EXPORT(PyStdPrinter_Type,PyStdPrinter_Type)
WASM_EXPORT(PyStructSequence_GetItem,PyStructSequence_GetItem)
WASM_EXPORT(PyStructSequence_InitType,PyStructSequence_InitType)
WASM_EXPORT(PyStructSequence_InitType2,PyStructSequence_InitType2)
WASM_EXPORT(PyStructSequence_New,PyStructSequence_New)
WASM_EXPORT(PyStructSequence_NewType,PyStructSequence_NewType)
WASM_EXPORT(PyStructSequence_SetItem,PyStructSequence_SetItem)
WASM_EXPORT(PySuper_Type,PySuper_Type)
WASM_EXPORT(PySymtable_Lookup,PySymtable_Lookup)
WASM_EXPORT(PySys_AddAuditHook,PySys_AddAuditHook)
WASM_EXPORT(PySys_AddWarnOption,PySys_AddWarnOption)
WASM_EXPORT(PySys_AddWarnOptionUnicode,PySys_AddWarnOptionUnicode)
WASM_EXPORT(PySys_AddXOption,PySys_AddXOption)
WASM_EXPORT(PySys_Audit,PySys_Audit)
WASM_EXPORT(PySys_FormatStderr,PySys_FormatStderr)
WASM_EXPORT(PySys_FormatStdout,PySys_FormatStdout)
WASM_EXPORT(PySys_GetObject,PySys_GetObject)
WASM_EXPORT(PySys_GetXOptions,PySys_GetXOptions)
WASM_EXPORT(PySys_HasWarnOptions,PySys_HasWarnOptions)
WASM_EXPORT(PySys_ResetWarnOptions,PySys_ResetWarnOptions)
WASM_EXPORT(PySys_SetArgv,PySys_SetArgv)
WASM_EXPORT(PySys_SetArgvEx,PySys_SetArgvEx)
WASM_EXPORT(PySys_SetObject,PySys_SetObject)
WASM_EXPORT(PySys_SetPath,PySys_SetPath)
WASM_EXPORT(PySys_WriteStderr,PySys_WriteStderr)
WASM_EXPORT(PySys_WriteStdout,PySys_WriteStdout)
WASM_EXPORT(PyThreadState_Clear,PyThreadState_Clear)
WASM_EXPORT(PyThreadState_Delete,PyThreadState_Delete)
WASM_EXPORT(PyThreadState_DeleteCurrent,PyThreadState_DeleteCurrent)
WASM_EXPORT(PyThreadState_EnterTracing,PyThreadState_EnterTracing)
WASM_EXPORT(PyThreadState_Get,PyThreadState_Get)
WASM_EXPORT(PyThreadState_GetDict,PyThreadState_GetDict)
WASM_EXPORT(PyThreadState_GetFrame,PyThreadState_GetFrame)
WASM_EXPORT(PyThreadState_GetID,PyThreadState_GetID)
WASM_EXPORT(PyThreadState_GetInterpreter,PyThreadState_GetInterpreter)
WASM_EXPORT(PyThreadState_LeaveTracing,PyThreadState_LeaveTracing)
WASM_EXPORT(PyThreadState_New,PyThreadState_New)
WASM_EXPORT(PyThreadState_Next,PyThreadState_Next)
WASM_EXPORT(PyThreadState_SetAsyncExc,PyThreadState_SetAsyncExc)
WASM_EXPORT(PyThreadState_Swap,PyThreadState_Swap)
WASM_EXPORT(PyThread_GetInfo,PyThread_GetInfo)
WASM_EXPORT(PyThread_ReInitTLS,PyThread_ReInitTLS)
WASM_EXPORT(PyThread_acquire_lock,PyThread_acquire_lock)
WASM_EXPORT(PyThread_acquire_lock_timed,PyThread_acquire_lock_timed)
WASM_EXPORT(PyThread_allocate_lock,PyThread_allocate_lock)
WASM_EXPORT(PyThread_create_key,PyThread_create_key)
WASM_EXPORT(PyThread_delete_key,PyThread_delete_key)
WASM_EXPORT(PyThread_delete_key_value,PyThread_delete_key_value)
WASM_EXPORT(PyThread_exit_thread,PyThread_exit_thread)
WASM_EXPORT(PyThread_free_lock,PyThread_free_lock)
WASM_EXPORT(PyThread_get_key_value,PyThread_get_key_value)
WASM_EXPORT(PyThread_get_stacksize,PyThread_get_stacksize)
WASM_EXPORT(PyThread_get_thread_ident,PyThread_get_thread_ident)
WASM_EXPORT(PyThread_init_thread,PyThread_init_thread)
WASM_EXPORT(PyThread_release_lock,PyThread_release_lock)
WASM_EXPORT(PyThread_set_key_value,PyThread_set_key_value)
WASM_EXPORT(PyThread_set_stacksize,PyThread_set_stacksize)
WASM_EXPORT(PyThread_start_new_thread,PyThread_start_new_thread)
WASM_EXPORT(PyThread_tss_alloc,PyThread_tss_alloc)
WASM_EXPORT(PyThread_tss_create,PyThread_tss_create)
WASM_EXPORT(PyThread_tss_delete,PyThread_tss_delete)
WASM_EXPORT(PyThread_tss_free,PyThread_tss_free)
WASM_EXPORT(PyThread_tss_get,PyThread_tss_get)
WASM_EXPORT(PyThread_tss_is_created,PyThread_tss_is_created)
WASM_EXPORT(PyThread_tss_set,PyThread_tss_set)
WASM_EXPORT(PyToken_OneChar,PyToken_OneChar)
WASM_EXPORT(PyToken_ThreeChars,PyToken_ThreeChars)
WASM_EXPORT(PyToken_TwoChars,PyToken_TwoChars)
WASM_EXPORT(PyTraceBack_Here,PyTraceBack_Here)
WASM_EXPORT(PyTraceBack_Print,PyTraceBack_Print)
WASM_EXPORT(PyTraceBack_Type,PyTraceBack_Type)
WASM_EXPORT(PyTraceMalloc_Track,PyTraceMalloc_Track)
WASM_EXPORT(PyTraceMalloc_Untrack,PyTraceMalloc_Untrack)
WASM_EXPORT(PyTupleIter_Type,PyTupleIter_Type)
WASM_EXPORT(PyTuple_GetItem,PyTuple_GetItem)
WASM_EXPORT(PyTuple_GetSlice,PyTuple_GetSlice)
WASM_EXPORT(PyTuple_New,PyTuple_New)
WASM_EXPORT(PyTuple_Pack,PyTuple_Pack)
WASM_EXPORT(PyTuple_SetItem,PyTuple_SetItem)
WASM_EXPORT(PyTuple_Size,PyTuple_Size)
WASM_EXPORT(PyTuple_Type,PyTuple_Type)
WASM_EXPORT(PyType_ClearCache,PyType_ClearCache)
WASM_EXPORT(PyType_FromModuleAndSpec,PyType_FromModuleAndSpec)
WASM_EXPORT(PyType_FromSpec,PyType_FromSpec)
WASM_EXPORT(PyType_FromSpecWithBases,PyType_FromSpecWithBases)
WASM_EXPORT(PyType_GenericAlloc,PyType_GenericAlloc)
WASM_EXPORT(PyType_GenericNew,PyType_GenericNew)
WASM_EXPORT(PyType_GetFlags,PyType_GetFlags)
WASM_EXPORT(PyType_GetModule,PyType_GetModule)
WASM_EXPORT(PyType_GetModuleByDef,PyType_GetModuleByDef)
WASM_EXPORT(PyType_GetModuleState,PyType_GetModuleState)
WASM_EXPORT(PyType_GetName,PyType_GetName)
WASM_EXPORT(PyType_GetQualName,PyType_GetQualName)
WASM_EXPORT(PyType_GetSlot,PyType_GetSlot)
WASM_EXPORT(PyType_IsSubtype,PyType_IsSubtype)
WASM_EXPORT(PyType_Modified,PyType_Modified)
WASM_EXPORT(PyType_Ready,PyType_Ready)
WASM_EXPORT(PyType_SUPPORTS_WEAKREFS,PyType_SUPPORTS_WEAKREFS)
WASM_EXPORT(PyType_Type,PyType_Type)
WASM_EXPORT(PyUnicodeDecodeError_Create,PyUnicodeDecodeError_Create)
WASM_EXPORT(PyUnicodeDecodeError_GetEncoding,PyUnicodeDecodeError_GetEncoding)
WASM_EXPORT(PyUnicodeDecodeError_GetEnd,PyUnicodeDecodeError_GetEnd)
WASM_EXPORT(PyUnicodeDecodeError_GetObject,PyUnicodeDecodeError_GetObject)
WASM_EXPORT(PyUnicodeDecodeError_GetReason,PyUnicodeDecodeError_GetReason)
WASM_EXPORT(PyUnicodeDecodeError_GetStart,PyUnicodeDecodeError_GetStart)
WASM_EXPORT(PyUnicodeDecodeError_SetEnd,PyUnicodeDecodeError_SetEnd)
WASM_EXPORT(PyUnicodeDecodeError_SetReason,PyUnicodeDecodeError_SetReason)
WASM_EXPORT(PyUnicodeDecodeError_SetStart,PyUnicodeDecodeError_SetStart)
WASM_EXPORT(PyUnicodeEncodeError_GetEncoding,PyUnicodeEncodeError_GetEncoding)
WASM_EXPORT(PyUnicodeEncodeError_GetEnd,PyUnicodeEncodeError_GetEnd)
WASM_EXPORT(PyUnicodeEncodeError_GetObject,PyUnicodeEncodeError_GetObject)
WASM_EXPORT(PyUnicodeEncodeError_GetReason,PyUnicodeEncodeError_GetReason)
WASM_EXPORT(PyUnicodeEncodeError_GetStart,PyUnicodeEncodeError_GetStart)
WASM_EXPORT(PyUnicodeEncodeError_SetEnd,PyUnicodeEncodeError_SetEnd)
WASM_EXPORT(PyUnicodeEncodeError_SetReason,PyUnicodeEncodeError_SetReason)
WASM_EXPORT(PyUnicodeEncodeError_SetStart,PyUnicodeEncodeError_SetStart)
WASM_EXPORT(PyUnicodeIter_Type,PyUnicodeIter_Type)
WASM_EXPORT(PyUnicodeTranslateError_GetEnd,PyUnicodeTranslateError_GetEnd)
WASM_EXPORT(PyUnicodeTranslateError_GetObject,PyUnicodeTranslateError_GetObject)
WASM_EXPORT(PyUnicodeTranslateError_GetReason,PyUnicodeTranslateError_GetReason)
WASM_EXPORT(PyUnicodeTranslateError_GetStart,PyUnicodeTranslateError_GetStart)
WASM_EXPORT(PyUnicodeTranslateError_SetEnd,PyUnicodeTranslateError_SetEnd)
WASM_EXPORT(PyUnicodeTranslateError_SetReason,PyUnicodeTranslateError_SetReason)
WASM_EXPORT(PyUnicodeTranslateError_SetStart,PyUnicodeTranslateError_SetStart)
WASM_EXPORT(PyUnicode_Append,PyUnicode_Append)
WASM_EXPORT(PyUnicode_AppendAndDel,PyUnicode_AppendAndDel)
WASM_EXPORT(PyUnicode_AsASCIIString,PyUnicode_AsASCIIString)
WASM_EXPORT(PyUnicode_AsCharmapString,PyUnicode_AsCharmapString)
WASM_EXPORT(PyUnicode_AsDecodedObject,PyUnicode_AsDecodedObject)
WASM_EXPORT(PyUnicode_AsDecodedUnicode,PyUnicode_AsDecodedUnicode)
WASM_EXPORT(PyUnicode_AsEncodedObject,PyUnicode_AsEncodedObject)
WASM_EXPORT(PyUnicode_AsEncodedString,PyUnicode_AsEncodedString)
WASM_EXPORT(PyUnicode_AsEncodedUnicode,PyUnicode_AsEncodedUnicode)
WASM_EXPORT(PyUnicode_AsLatin1String,PyUnicode_AsLatin1String)
WASM_EXPORT(PyUnicode_AsRawUnicodeEscapeString,PyUnicode_AsRawUnicodeEscapeString)
WASM_EXPORT(PyUnicode_AsUCS4,PyUnicode_AsUCS4)
WASM_EXPORT(PyUnicode_AsUCS4Copy,PyUnicode_AsUCS4Copy)
WASM_EXPORT(PyUnicode_AsUTF16String,PyUnicode_AsUTF16String)
WASM_EXPORT(PyUnicode_AsUTF32String,PyUnicode_AsUTF32String)
WASM_EXPORT(PyUnicode_AsUTF8,PyUnicode_AsUTF8)
WASM_EXPORT(PyUnicode_AsUTF8AndSize,PyUnicode_AsUTF8AndSize)
WASM_EXPORT(PyUnicode_AsUTF8String,PyUnicode_AsUTF8String)
WASM_EXPORT(PyUnicode_AsUnicodeEscapeString,PyUnicode_AsUnicodeEscapeString)
WASM_EXPORT(PyUnicode_AsWideChar,PyUnicode_AsWideChar)
WASM_EXPORT(PyUnicode_AsWideCharString,PyUnicode_AsWideCharString)
WASM_EXPORT(PyUnicode_BuildEncodingMap,PyUnicode_BuildEncodingMap)
WASM_EXPORT(PyUnicode_Compare,PyUnicode_Compare)
WASM_EXPORT(PyUnicode_CompareWithASCIIString,PyUnicode_CompareWithASCIIString)
WASM_EXPORT(PyUnicode_Concat,PyUnicode_Concat)
WASM_EXPORT(PyUnicode_Contains,PyUnicode_Contains)
WASM_EXPORT(PyUnicode_CopyCharacters,PyUnicode_CopyCharacters)
WASM_EXPORT(PyUnicode_Count,PyUnicode_Count)
WASM_EXPORT(PyUnicode_Decode,PyUnicode_Decode)
WASM_EXPORT(PyUnicode_DecodeASCII,PyUnicode_DecodeASCII)
WASM_EXPORT(PyUnicode_DecodeCharmap,PyUnicode_DecodeCharmap)
WASM_EXPORT(PyUnicode_DecodeFSDefault,PyUnicode_DecodeFSDefault)
WASM_EXPORT(PyUnicode_DecodeFSDefaultAndSize,PyUnicode_DecodeFSDefaultAndSize)
WASM_EXPORT(PyUnicode_DecodeLatin1,PyUnicode_DecodeLatin1)
WASM_EXPORT(PyUnicode_DecodeLocale,PyUnicode_DecodeLocale)
WASM_EXPORT(PyUnicode_DecodeLocaleAndSize,PyUnicode_DecodeLocaleAndSize)
WASM_EXPORT(PyUnicode_DecodeRawUnicodeEscape,PyUnicode_DecodeRawUnicodeEscape)
WASM_EXPORT(PyUnicode_DecodeUTF16,PyUnicode_DecodeUTF16)
WASM_EXPORT(PyUnicode_DecodeUTF16Stateful,PyUnicode_DecodeUTF16Stateful)
WASM_EXPORT(PyUnicode_DecodeUTF32,PyUnicode_DecodeUTF32)
WASM_EXPORT(PyUnicode_DecodeUTF32Stateful,PyUnicode_DecodeUTF32Stateful)
WASM_EXPORT(PyUnicode_DecodeUTF7,PyUnicode_DecodeUTF7)
WASM_EXPORT(PyUnicode_DecodeUTF7Stateful,PyUnicode_DecodeUTF7Stateful)
WASM_EXPORT(PyUnicode_DecodeUTF8,PyUnicode_DecodeUTF8)
WASM_EXPORT(PyUnicode_DecodeUTF8Stateful,PyUnicode_DecodeUTF8Stateful)
WASM_EXPORT(PyUnicode_DecodeUnicodeEscape,PyUnicode_DecodeUnicodeEscape)
WASM_EXPORT(PyUnicode_EncodeFSDefault,PyUnicode_EncodeFSDefault)
WASM_EXPORT(PyUnicode_EncodeLocale,PyUnicode_EncodeLocale)
WASM_EXPORT(PyUnicode_FSConverter,PyUnicode_FSConverter)
WASM_EXPORT(PyUnicode_FSDecoder,PyUnicode_FSDecoder)
WASM_EXPORT(PyUnicode_Fill,PyUnicode_Fill)
WASM_EXPORT(PyUnicode_Find,PyUnicode_Find)
WASM_EXPORT(PyUnicode_FindChar,PyUnicode_FindChar)
WASM_EXPORT(PyUnicode_Format,PyUnicode_Format)
WASM_EXPORT(PyUnicode_FromEncodedObject,PyUnicode_FromEncodedObject)
WASM_EXPORT(PyUnicode_FromFormat,PyUnicode_FromFormat)
WASM_EXPORT(PyUnicode_FromFormatV,PyUnicode_FromFormatV)
WASM_EXPORT(PyUnicode_FromKindAndData,PyUnicode_FromKindAndData)
WASM_EXPORT(PyUnicode_FromObject,PyUnicode_FromObject)
WASM_EXPORT(PyUnicode_FromOrdinal,PyUnicode_FromOrdinal)
WASM_EXPORT(PyUnicode_FromString,PyUnicode_FromString)
WASM_EXPORT(PyUnicode_FromStringAndSize,PyUnicode_FromStringAndSize)
WASM_EXPORT(PyUnicode_FromWideChar,PyUnicode_FromWideChar)
WASM_EXPORT(PyUnicode_GetDefaultEncoding,PyUnicode_GetDefaultEncoding)
WASM_EXPORT(PyUnicode_GetLength,PyUnicode_GetLength)
WASM_EXPORT(PyUnicode_GetSize,PyUnicode_GetSize)
WASM_EXPORT(PyUnicode_InternFromString,PyUnicode_InternFromString)
WASM_EXPORT(PyUnicode_InternImmortal,PyUnicode_InternImmortal)
WASM_EXPORT(PyUnicode_InternInPlace,PyUnicode_InternInPlace)
WASM_EXPORT(PyUnicode_IsIdentifier,PyUnicode_IsIdentifier)
WASM_EXPORT(PyUnicode_Join,PyUnicode_Join)
WASM_EXPORT(PyUnicode_New,PyUnicode_New)
WASM_EXPORT(PyUnicode_Partition,PyUnicode_Partition)
WASM_EXPORT(PyUnicode_RPartition,PyUnicode_RPartition)
WASM_EXPORT(PyUnicode_RSplit,PyUnicode_RSplit)
WASM_EXPORT(PyUnicode_ReadChar,PyUnicode_ReadChar)
WASM_EXPORT(PyUnicode_Replace,PyUnicode_Replace)
WASM_EXPORT(PyUnicode_Resize,PyUnicode_Resize)
WASM_EXPORT(PyUnicode_RichCompare,PyUnicode_RichCompare)
WASM_EXPORT(PyUnicode_Split,PyUnicode_Split)
WASM_EXPORT(PyUnicode_Splitlines,PyUnicode_Splitlines)
WASM_EXPORT(PyUnicode_Substring,PyUnicode_Substring)
WASM_EXPORT(PyUnicode_Tailmatch,PyUnicode_Tailmatch)
WASM_EXPORT(PyUnicode_Translate,PyUnicode_Translate)
WASM_EXPORT(PyUnicode_Type,PyUnicode_Type)
WASM_EXPORT(PyUnicode_WriteChar,PyUnicode_WriteChar)
WASM_EXPORT(PyVectorcall_Call,PyVectorcall_Call)
WASM_EXPORT(PyVectorcall_Function,PyVectorcall_Function)
WASM_EXPORT(PyWeakref_GetObject,PyWeakref_GetObject)
WASM_EXPORT(PyWeakref_NewProxy,PyWeakref_NewProxy)
WASM_EXPORT(PyWeakref_NewRef,PyWeakref_NewRef)
WASM_EXPORT(PyWideStringList_Append,PyWideStringList_Append)
WASM_EXPORT(PyWideStringList_Insert,PyWideStringList_Insert)
WASM_EXPORT(PyWrapperDescr_Type,PyWrapperDescr_Type)
WASM_EXPORT(PyWrapper_New,PyWrapper_New)
WASM_EXPORT(PyZip_Type,PyZip_Type)
WASM_EXPORT(Py_AddPendingCall,Py_AddPendingCall)
WASM_EXPORT(Py_AtExit,Py_AtExit)
WASM_EXPORT(Py_BuildValue,Py_BuildValue)
WASM_EXPORT(Py_BytesMain,Py_BytesMain)
WASM_EXPORT(Py_BytesWarningFlag,Py_BytesWarningFlag)
WASM_EXPORT(Py_CompileString,Py_CompileString)
WASM_EXPORT(Py_CompileStringExFlags,Py_CompileStringExFlags)
WASM_EXPORT(Py_CompileStringObject,Py_CompileStringObject)
WASM_EXPORT(Py_DebugFlag,Py_DebugFlag)
WASM_EXPORT(Py_DecRef,Py_DecRef)
WASM_EXPORT(Py_DecodeLocale,Py_DecodeLocale)
WASM_EXPORT(Py_DontWriteBytecodeFlag,Py_DontWriteBytecodeFlag)
WASM_EXPORT(Py_EncodeLocale,Py_EncodeLocale)
WASM_EXPORT(Py_EndInterpreter,Py_EndInterpreter)
WASM_EXPORT(Py_EnterRecursiveCall,Py_EnterRecursiveCall)
WASM_EXPORT(Py_Exit,Py_Exit)
WASM_EXPORT(Py_FatalError,Py_FatalError)
WASM_EXPORT(Py_FdIsInteractive,Py_FdIsInteractive)
WASM_EXPORT(Py_FileSystemDefaultEncodeErrors,Py_FileSystemDefaultEncodeErrors)
WASM_EXPORT(Py_FileSystemDefaultEncoding,Py_FileSystemDefaultEncoding)
WASM_EXPORT(Py_Finalize,Py_Finalize)
WASM_EXPORT(Py_FinalizeEx,Py_FinalizeEx)
WASM_EXPORT(Py_FrozenFlag,Py_FrozenFlag)
WASM_EXPORT(Py_FrozenMain,Py_FrozenMain)
WASM_EXPORT(Py_GETENV,Py_GETENV)
WASM_EXPORT(Py_GenericAlias,Py_GenericAlias)
WASM_EXPORT(Py_GenericAliasType,Py_GenericAliasType)
WASM_EXPORT(Py_GetArgcArgv,Py_GetArgcArgv)
WASM_EXPORT(Py_GetBuildInfo,Py_GetBuildInfo)
WASM_EXPORT(Py_GetCompiler,Py_GetCompiler)
WASM_EXPORT(Py_GetCopyright,Py_GetCopyright)
WASM_EXPORT(Py_GetExecPrefix,Py_GetExecPrefix)
WASM_EXPORT(Py_GetPath,Py_GetPath)
WASM_EXPORT(Py_GetPlatform,Py_GetPlatform)
WASM_EXPORT(Py_GetPrefix,Py_GetPrefix)
WASM_EXPORT(Py_GetProgramFullPath,Py_GetProgramFullPath)
WASM_EXPORT(Py_GetProgramName,Py_GetProgramName)
WASM_EXPORT(Py_GetPythonHome,Py_GetPythonHome)
WASM_EXPORT(Py_GetRecursionLimit,Py_GetRecursionLimit)
WASM_EXPORT(Py_GetVersion,Py_GetVersion)
WASM_EXPORT(Py_HasFileSystemDefaultEncoding,Py_HasFileSystemDefaultEncoding)
WASM_EXPORT(Py_HashRandomizationFlag,Py_HashRandomizationFlag)
WASM_EXPORT(Py_IgnoreEnvironmentFlag,Py_IgnoreEnvironmentFlag)
WASM_EXPORT(Py_IncRef,Py_IncRef)
WASM_EXPORT(Py_Initialize,Py_Initialize)
WASM_EXPORT(Py_InitializeEx,Py_InitializeEx)
WASM_EXPORT(Py_InitializeFromConfig,Py_InitializeFromConfig)
WASM_EXPORT(Py_InspectFlag,Py_InspectFlag)
WASM_EXPORT(Py_InteractiveFlag,Py_InteractiveFlag)
WASM_EXPORT(Py_Is,Py_Is)
WASM_EXPORT(Py_IsFalse,Py_IsFalse)
WASM_EXPORT(Py_IsInitialized,Py_IsInitialized)
WASM_EXPORT(Py_IsNone,Py_IsNone)
WASM_EXPORT(Py_IsTrue,Py_IsTrue)
WASM_EXPORT(Py_IsolatedFlag,Py_IsolatedFlag)
WASM_EXPORT(Py_LeaveRecursiveCall,Py_LeaveRecursiveCall)
WASM_EXPORT(Py_Main,Py_Main)
WASM_EXPORT(Py_MakePendingCalls,Py_MakePendingCalls)
WASM_EXPORT(Py_NewInterpreter,Py_NewInterpreter)
WASM_EXPORT(Py_NewRef,Py_NewRef)
WASM_EXPORT(Py_NoSiteFlag,Py_NoSiteFlag)
WASM_EXPORT(Py_NoUserSiteDirectory,Py_NoUserSiteDirectory)
WASM_EXPORT(Py_OptimizeFlag,Py_OptimizeFlag)
WASM_EXPORT(Py_PreInitialize,Py_PreInitialize)
WASM_EXPORT(Py_PreInitializeFromArgs,Py_PreInitializeFromArgs)
WASM_EXPORT(Py_PreInitializeFromBytesArgs,Py_PreInitializeFromBytesArgs)
WASM_EXPORT(Py_QuietFlag,Py_QuietFlag)
WASM_EXPORT(Py_ReprEnter,Py_ReprEnter)
WASM_EXPORT(Py_ReprLeave,Py_ReprLeave)
WASM_EXPORT(Py_RunMain,Py_RunMain)
WASM_EXPORT(Py_SetPath,Py_SetPath)
WASM_EXPORT(Py_SetProgramName,Py_SetProgramName)
WASM_EXPORT(Py_SetPythonHome,Py_SetPythonHome)
WASM_EXPORT(Py_SetRecursionLimit,Py_SetRecursionLimit)
WASM_EXPORT(Py_UnbufferedStdioFlag,Py_UnbufferedStdioFlag)
WASM_EXPORT(Py_UniversalNewlineFgets,Py_UniversalNewlineFgets)
WASM_EXPORT(Py_VaBuildValue,Py_VaBuildValue)
WASM_EXPORT(Py_VerboseFlag,Py_VerboseFlag)
WASM_EXPORT(Py_XNewRef,Py_XNewRef)
WASM_EXPORT(Py_hexdigits,Py_hexdigits)
WASM_EXPORT(_PyArg_BadArgument,_PyArg_BadArgument)
WASM_EXPORT(_PyArg_CheckPositional,_PyArg_CheckPositional)
WASM_EXPORT(_PyArg_NoKeywords,_PyArg_NoKeywords)
WASM_EXPORT(_PyArg_NoKwnames,_PyArg_NoKwnames)
WASM_EXPORT(_PyArg_NoPositional,_PyArg_NoPositional)
WASM_EXPORT(_PyArg_ParseStack,_PyArg_ParseStack)
WASM_EXPORT(_PyArg_ParseStackAndKeywords,_PyArg_ParseStackAndKeywords)
WASM_EXPORT(_PyArg_ParseTupleAndKeywordsFast,_PyArg_ParseTupleAndKeywordsFast)
WASM_EXPORT(_PyArg_UnpackKeywords,_PyArg_UnpackKeywords)
WASM_EXPORT(_PyArg_UnpackKeywordsWithVararg,_PyArg_UnpackKeywordsWithVararg)
WASM_EXPORT(_PyArg_UnpackStack,_PyArg_UnpackStack)
WASM_EXPORT(_PyArg_VaParseTupleAndKeywordsFast,_PyArg_VaParseTupleAndKeywordsFast)
WASM_EXPORT(_PyAsyncGenASend_Type,_PyAsyncGenASend_Type)
WASM_EXPORT(_PyAsyncGenAThrow_Type,_PyAsyncGenAThrow_Type)
WASM_EXPORT(_PyAsyncGenWrappedValue_Type,_PyAsyncGenWrappedValue_Type)
WASM_EXPORT(_PyByteArray_empty_string,_PyByteArray_empty_string)
WASM_EXPORT(_PyBytesWriter_Alloc,_PyBytesWriter_Alloc)
WASM_EXPORT(_PyBytesWriter_Dealloc,_PyBytesWriter_Dealloc)
WASM_EXPORT(_PyBytesWriter_Finish,_PyBytesWriter_Finish)
WASM_EXPORT(_PyBytesWriter_Init,_PyBytesWriter_Init)
WASM_EXPORT(_PyBytesWriter_Prepare,_PyBytesWriter_Prepare)
WASM_EXPORT(_PyBytesWriter_Resize,_PyBytesWriter_Resize)
WASM_EXPORT(_PyBytesWriter_WriteBytes,_PyBytesWriter_WriteBytes)
WASM_EXPORT(_PyBytes_DecodeEscape,_PyBytes_DecodeEscape)
WASM_EXPORT(_PyBytes_Find,_PyBytes_Find)
WASM_EXPORT(_PyBytes_FormatEx,_PyBytes_FormatEx)
WASM_EXPORT(_PyBytes_FromHex,_PyBytes_FromHex)
WASM_EXPORT(_PyBytes_Join,_PyBytes_Join)
WASM_EXPORT(_PyBytes_Resize,_PyBytes_Resize)
WASM_EXPORT(_PyBytes_ReverseFind,_PyBytes_ReverseFind)
WASM_EXPORT(_PyCode_CheckLineNumber,_PyCode_CheckLineNumber)
WASM_EXPORT(_PyCode_ConstantKey,_PyCode_ConstantKey)
WASM_EXPORT(_PyCode_GetExtra,_PyCode_GetExtra)
WASM_EXPORT(_PyCode_SetExtra,_PyCode_SetExtra)
WASM_EXPORT(_PyCodecInfo_GetIncrementalDecoder,_PyCodecInfo_GetIncrementalDecoder)
WASM_EXPORT(_PyCodecInfo_GetIncrementalEncoder,_PyCodecInfo_GetIncrementalEncoder)
WASM_EXPORT(_PyCodec_DecodeText,_PyCodec_DecodeText)
WASM_EXPORT(_PyCodec_EncodeText,_PyCodec_EncodeText)
WASM_EXPORT(_PyCodec_Lookup,_PyCodec_Lookup)
WASM_EXPORT(_PyCodec_LookupTextEncoding,_PyCodec_LookupTextEncoding)
WASM_EXPORT(_PyContext_NewHamtForTests,_PyContext_NewHamtForTests)
WASM_EXPORT(_PyCoroWrapper_Type,_PyCoroWrapper_Type)
WASM_EXPORT(_PyCrossInterpreterData_Lookup,_PyCrossInterpreterData_Lookup)
WASM_EXPORT(_PyCrossInterpreterData_NewObject,_PyCrossInterpreterData_NewObject)
WASM_EXPORT(_PyCrossInterpreterData_RegisterClass,_PyCrossInterpreterData_RegisterClass)
WASM_EXPORT(_PyCrossInterpreterData_Release,_PyCrossInterpreterData_Release)
WASM_EXPORT(_PyDeadline_Get,_PyDeadline_Get)
WASM_EXPORT(_PyDeadline_Init,_PyDeadline_Init)
WASM_EXPORT(_PyDictView_Intersect,_PyDictView_Intersect)
WASM_EXPORT(_PyDictView_New,_PyDictView_New)
WASM_EXPORT(_PyDict_ContainsId,_PyDict_ContainsId)
WASM_EXPORT(_PyDict_Contains_KnownHash,_PyDict_Contains_KnownHash)
WASM_EXPORT(_PyDict_DebugMallocStats,_PyDict_DebugMallocStats)
WASM_EXPORT(_PyDict_DelItemId,_PyDict_DelItemId)
WASM_EXPORT(_PyDict_DelItemIf,_PyDict_DelItemIf)
WASM_EXPORT(_PyDict_DelItem_KnownHash,_PyDict_DelItem_KnownHash)
WASM_EXPORT(_PyDict_GetItemIdWithError,_PyDict_GetItemIdWithError)
WASM_EXPORT(_PyDict_GetItemStringWithError,_PyDict_GetItemStringWithError)
WASM_EXPORT(_PyDict_GetItemWithError,_PyDict_GetItemWithError)
WASM_EXPORT(_PyDict_GetItem_KnownHash,_PyDict_GetItem_KnownHash)
WASM_EXPORT(_PyDict_HasOnlyStringKeys,_PyDict_HasOnlyStringKeys)
WASM_EXPORT(_PyDict_MaybeUntrack,_PyDict_MaybeUntrack)
WASM_EXPORT(_PyDict_MergeEx,_PyDict_MergeEx)
WASM_EXPORT(_PyDict_NewPresized,_PyDict_NewPresized)
WASM_EXPORT(_PyDict_Next,_PyDict_Next)
WASM_EXPORT(_PyDict_Pop,_PyDict_Pop)
WASM_EXPORT(_PyDict_SetItemId,_PyDict_SetItemId)
WASM_EXPORT(_PyDict_SetItem_KnownHash,_PyDict_SetItem_KnownHash)
WASM_EXPORT(_PyDict_SizeOf,_PyDict_SizeOf)
WASM_EXPORT(_PyErr_BadInternalCall,_PyErr_BadInternalCall)
WASM_EXPORT(_PyErr_ChainExceptions,_PyErr_ChainExceptions)
WASM_EXPORT(_PyErr_CheckSignals,_PyErr_CheckSignals)
WASM_EXPORT(_PyErr_FormatFromCause,_PyErr_FormatFromCause)
WASM_EXPORT(_PyErr_GetExcInfo,_PyErr_GetExcInfo)
WASM_EXPORT(_PyErr_GetHandledException,_PyErr_GetHandledException)
WASM_EXPORT(_PyErr_GetTopmostException,_PyErr_GetTopmostException)
WASM_EXPORT(_PyErr_ProgramDecodedTextObject,_PyErr_ProgramDecodedTextObject)
WASM_EXPORT(_PyErr_SetHandledException,_PyErr_SetHandledException)
WASM_EXPORT(_PyErr_SetKeyError,_PyErr_SetKeyError)
WASM_EXPORT(_PyErr_TrySetFromCause,_PyErr_TrySetFromCause)
WASM_EXPORT(_PyErr_WriteUnraisableMsg,_PyErr_WriteUnraisableMsg)
WASM_EXPORT(_PyEval_EvalFrameDefault,_PyEval_EvalFrameDefault)
WASM_EXPORT(_PyEval_GetBuiltin,_PyEval_GetBuiltin)
WASM_EXPORT(_PyEval_GetBuiltinId,_PyEval_GetBuiltinId)
WASM_EXPORT(_PyEval_GetSwitchInterval,_PyEval_GetSwitchInterval)
WASM_EXPORT(_PyEval_RequestCodeExtraIndex,_PyEval_RequestCodeExtraIndex)
WASM_EXPORT(_PyEval_SetProfile,_PyEval_SetProfile)
WASM_EXPORT(_PyEval_SetSwitchInterval,_PyEval_SetSwitchInterval)
WASM_EXPORT(_PyEval_SetTrace,_PyEval_SetTrace)
WASM_EXPORT(_PyEval_SliceIndex,_PyEval_SliceIndex)
WASM_EXPORT(_PyEval_SliceIndexNotNone,_PyEval_SliceIndexNotNone)
WASM_EXPORT(_PyFunction_Vectorcall,_PyFunction_Vectorcall)
WASM_EXPORT(_PyGILState_GetInterpreterStateUnsafe,_PyGILState_GetInterpreterStateUnsafe)
WASM_EXPORT(_PyGen_FetchStopIterationValue,_PyGen_FetchStopIterationValue)
WASM_EXPORT(_PyGen_Finalize,_PyGen_Finalize)
WASM_EXPORT(_PyGen_SetStopIterationValue,_PyGen_SetStopIterationValue)
WASM_EXPORT(_PyImport_AcquireLock,_PyImport_AcquireLock)
WASM_EXPORT(_PyImport_FixupBuiltin,_PyImport_FixupBuiltin)
WASM_EXPORT(_PyImport_FixupExtensionObject,_PyImport_FixupExtensionObject)
WASM_EXPORT(_PyImport_GetModuleAttr,_PyImport_GetModuleAttr)
WASM_EXPORT(_PyImport_GetModuleAttrString,_PyImport_GetModuleAttrString)
WASM_EXPORT(_PyImport_GetModuleId,_PyImport_GetModuleId)
WASM_EXPORT(_PyImport_IsInitialized,_PyImport_IsInitialized)
WASM_EXPORT(_PyImport_ReleaseLock,_PyImport_ReleaseLock)
WASM_EXPORT(_PyImport_SetModule,_PyImport_SetModule)
WASM_EXPORT(_PyImport_SetModuleString,_PyImport_SetModuleString)
WASM_EXPORT(_PyInterpreterState_GetConfig,_PyInterpreterState_GetConfig)
WASM_EXPORT(_PyInterpreterState_GetConfigCopy,_PyInterpreterState_GetConfigCopy)
WASM_EXPORT(_PyInterpreterState_GetEvalFrameFunc,_PyInterpreterState_GetEvalFrameFunc)
WASM_EXPORT(_PyInterpreterState_GetMainModule,_PyInterpreterState_GetMainModule)
WASM_EXPORT(_PyInterpreterState_RequireIDRef,_PyInterpreterState_RequireIDRef)
WASM_EXPORT(_PyInterpreterState_RequiresIDRef,_PyInterpreterState_RequiresIDRef)
WASM_EXPORT(_PyInterpreterState_SetConfig,_PyInterpreterState_SetConfig)
WASM_EXPORT(_PyInterpreterState_SetEvalFrameFunc,_PyInterpreterState_SetEvalFrameFunc)
WASM_EXPORT(_PyList_DebugMallocStats,_PyList_DebugMallocStats)
WASM_EXPORT(_PyList_Extend,_PyList_Extend)
WASM_EXPORT(_PyLong_AsByteArray,_PyLong_AsByteArray)
WASM_EXPORT(_PyLong_AsInt,_PyLong_AsInt)
WASM_EXPORT(_PyLong_AsTime_t,_PyLong_AsTime_t)
WASM_EXPORT(_PyLong_Copy,_PyLong_Copy)
WASM_EXPORT(_PyLong_DivmodNear,_PyLong_DivmodNear)
WASM_EXPORT(_PyLong_FileDescriptor_Converter,_PyLong_FileDescriptor_Converter)
WASM_EXPORT(_PyLong_Format,_PyLong_Format)
WASM_EXPORT(_PyLong_Frexp,_PyLong_Frexp)
WASM_EXPORT(_PyLong_FromByteArray,_PyLong_FromByteArray)
WASM_EXPORT(_PyLong_FromBytes,_PyLong_FromBytes)
WASM_EXPORT(_PyLong_FromTime_t,_PyLong_FromTime_t)
WASM_EXPORT(_PyLong_GCD,_PyLong_GCD)
WASM_EXPORT(_PyLong_Lshift,_PyLong_Lshift)
WASM_EXPORT(_PyLong_New,_PyLong_New)
WASM_EXPORT(_PyLong_NumBits,_PyLong_NumBits)
WASM_EXPORT(_PyLong_Rshift,_PyLong_Rshift)
WASM_EXPORT(_PyLong_Sign,_PyLong_Sign)
WASM_EXPORT(_PyLong_Size_t_Converter,_PyLong_Size_t_Converter)
WASM_EXPORT(_PyLong_UnsignedInt_Converter,_PyLong_UnsignedInt_Converter)
WASM_EXPORT(_PyLong_UnsignedLongLong_Converter,_PyLong_UnsignedLongLong_Converter)
WASM_EXPORT(_PyLong_UnsignedLong_Converter,_PyLong_UnsignedLong_Converter)
WASM_EXPORT(_PyLong_UnsignedShort_Converter,_PyLong_UnsignedShort_Converter)
WASM_EXPORT(_PyManagedBuffer_Type,_PyManagedBuffer_Type)
WASM_EXPORT(_PyMem_GetCurrentAllocatorName,_PyMem_GetCurrentAllocatorName)
WASM_EXPORT(_PyMem_RawStrdup,_PyMem_RawStrdup)
WASM_EXPORT(_PyMem_RawWcsdup,_PyMem_RawWcsdup)
WASM_EXPORT(_PyMem_Strdup,_PyMem_Strdup)
WASM_EXPORT(_PyMethodWrapper_Type,_PyMethodWrapper_Type)
WASM_EXPORT(_PyModuleSpec_IsInitializing,_PyModuleSpec_IsInitializing)
WASM_EXPORT(_PyModule_Clear,_PyModule_Clear)
WASM_EXPORT(_PyModule_ClearDict,_PyModule_ClearDict)
WASM_EXPORT(_PyModule_CreateInitialized,_PyModule_CreateInitialized)
WASM_EXPORT(_PyNamespace_New,_PyNamespace_New)
WASM_EXPORT(_PyNone_Type,_PyNone_Type)
WASM_EXPORT(_PyNotImplemented_Type,_PyNotImplemented_Type)
WASM_EXPORT(_PyNumber_Index,_PyNumber_Index)
WASM_EXPORT(_PyOS_IsMainThread,_PyOS_IsMainThread)
WASM_EXPORT(_PyOS_ReadlineTState,_PyOS_ReadlineTState)
WASM_EXPORT(_PyOS_URandom,_PyOS_URandom)
WASM_EXPORT(_PyOS_URandomNonblock,_PyOS_URandomNonblock)
WASM_EXPORT(_PyObject_CallFunction_SizeT,_PyObject_CallFunction_SizeT)
WASM_EXPORT(_PyObject_CallMethod,_PyObject_CallMethod)
WASM_EXPORT(_PyObject_CallMethodId,_PyObject_CallMethodId)
WASM_EXPORT(_PyObject_CallMethodIdObjArgs,_PyObject_CallMethodIdObjArgs)
WASM_EXPORT(_PyObject_CallMethodId_SizeT,_PyObject_CallMethodId_SizeT)
WASM_EXPORT(_PyObject_CallMethod_SizeT,_PyObject_CallMethod_SizeT)
WASM_EXPORT(_PyObject_CheckConsistency,_PyObject_CheckConsistency)
WASM_EXPORT(_PyObject_CheckCrossInterpreterData,_PyObject_CheckCrossInterpreterData)
WASM_EXPORT(_PyObject_Dump,_PyObject_Dump)
WASM_EXPORT(_PyObject_FastCall,_PyObject_FastCall)
WASM_EXPORT(_PyObject_FunctionStr,_PyObject_FunctionStr)
WASM_EXPORT(_PyObject_GC_New,_PyObject_GC_New)
WASM_EXPORT(_PyObject_GC_NewVar,_PyObject_GC_NewVar)
WASM_EXPORT(_PyObject_GC_Resize,_PyObject_GC_Resize)
WASM_EXPORT(_PyObject_GenericGetAttrWithDict,_PyObject_GenericGetAttrWithDict)
WASM_EXPORT(_PyObject_GetAttrId,_PyObject_GetAttrId)
WASM_EXPORT(_PyObject_GetCrossInterpreterData,_PyObject_GetCrossInterpreterData)
WASM_EXPORT(_PyObject_GetDictPtr,_PyObject_GetDictPtr)
WASM_EXPORT(_PyObject_GetMethod,_PyObject_GetMethod)
WASM_EXPORT(_PyObject_GetState,_PyObject_GetState)
WASM_EXPORT(_PyObject_HasLen,_PyObject_HasLen)
WASM_EXPORT(_PyObject_IsAbstract,_PyObject_IsAbstract)
WASM_EXPORT(_PyObject_IsFreed,_PyObject_IsFreed)
WASM_EXPORT(_PyObject_LookupAttr,_PyObject_LookupAttr)
WASM_EXPORT(_PyObject_LookupAttrId,_PyObject_LookupAttrId)
WASM_EXPORT(_PyObject_LookupSpecialId,_PyObject_LookupSpecialId)
WASM_EXPORT(_PyObject_MakeTpCall,_PyObject_MakeTpCall)
WASM_EXPORT(_PyObject_New,_PyObject_New)
WASM_EXPORT(_PyObject_NewVar,_PyObject_NewVar)
WASM_EXPORT(_PyObject_NextNotImplemented,_PyObject_NextNotImplemented)
WASM_EXPORT(_PyObject_RealIsInstance,_PyObject_RealIsInstance)
WASM_EXPORT(_PyObject_RealIsSubclass,_PyObject_RealIsSubclass)
WASM_EXPORT(_PyObject_SetAttrId,_PyObject_SetAttrId)
WASM_EXPORT(_PyRun_AnyFileObject,_PyRun_AnyFileObject)
WASM_EXPORT(_PyRun_InteractiveLoopObject,_PyRun_InteractiveLoopObject)
WASM_EXPORT(_PyRun_SimpleFileObject,_PyRun_SimpleFileObject)
WASM_EXPORT(_PyRuntime,_PyRuntime)
WASM_EXPORT(_PySequence_BytesToCharpArray,_PySequence_BytesToCharpArray)
WASM_EXPORT(_PySequence_IterSearch,_PySequence_IterSearch)
WASM_EXPORT(_PySet_Dummy,_PySet_Dummy)
WASM_EXPORT(_PySet_NextEntry,_PySet_NextEntry)
WASM_EXPORT(_PySet_Update,_PySet_Update)
WASM_EXPORT(_PySlice_FromIndices,_PySlice_FromIndices)
WASM_EXPORT(_PySlice_GetLongIndices,_PySlice_GetLongIndices)
WASM_EXPORT(_PyStack_AsDict,_PyStack_AsDict)
WASM_EXPORT(_PyStructSequence_NewType,_PyStructSequence_NewType)
WASM_EXPORT(_PySys_GetAttr,_PySys_GetAttr)
WASM_EXPORT(_PySys_GetSizeOf,_PySys_GetSizeOf)
WASM_EXPORT(_PyThreadState_GetDict,_PyThreadState_GetDict)
WASM_EXPORT(_PyThreadState_Prealloc,_PyThreadState_Prealloc)
WASM_EXPORT(_PyThreadState_UncheckedGet,_PyThreadState_UncheckedGet)
WASM_EXPORT(_PyThread_CurrentExceptions,_PyThread_CurrentExceptions)
WASM_EXPORT(_PyThread_CurrentFrames,_PyThread_CurrentFrames)
WASM_EXPORT(_PyThread_at_fork_reinit,_PyThread_at_fork_reinit)
WASM_EXPORT(_PyTime_Add,_PyTime_Add)
WASM_EXPORT(_PyTime_AsMicroseconds,_PyTime_AsMicroseconds)
WASM_EXPORT(_PyTime_AsMilliseconds,_PyTime_AsMilliseconds)
WASM_EXPORT(_PyTime_AsNanoseconds,_PyTime_AsNanoseconds)
WASM_EXPORT(_PyTime_AsNanosecondsObject,_PyTime_AsNanosecondsObject)
WASM_EXPORT(_PyTime_AsSecondsDouble,_PyTime_AsSecondsDouble)
WASM_EXPORT(_PyTime_AsTimespec,_PyTime_AsTimespec)
WASM_EXPORT(_PyTime_AsTimespec_clamp,_PyTime_AsTimespec_clamp)
WASM_EXPORT(_PyTime_AsTimeval,_PyTime_AsTimeval)
WASM_EXPORT(_PyTime_AsTimevalTime_t,_PyTime_AsTimevalTime_t)
WASM_EXPORT(_PyTime_AsTimeval_clamp,_PyTime_AsTimeval_clamp)
WASM_EXPORT(_PyTime_FromMillisecondsObject,_PyTime_FromMillisecondsObject)
WASM_EXPORT(_PyTime_FromNanoseconds,_PyTime_FromNanoseconds)
WASM_EXPORT(_PyTime_FromNanosecondsObject,_PyTime_FromNanosecondsObject)
WASM_EXPORT(_PyTime_FromSeconds,_PyTime_FromSeconds)
WASM_EXPORT(_PyTime_FromSecondsObject,_PyTime_FromSecondsObject)
WASM_EXPORT(_PyTime_FromTimespec,_PyTime_FromTimespec)
WASM_EXPORT(_PyTime_FromTimeval,_PyTime_FromTimeval)
WASM_EXPORT(_PyTime_GetMonotonicClock,_PyTime_GetMonotonicClock)
WASM_EXPORT(_PyTime_GetMonotonicClockWithInfo,_PyTime_GetMonotonicClockWithInfo)
WASM_EXPORT(_PyTime_GetPerfCounter,_PyTime_GetPerfCounter)
WASM_EXPORT(_PyTime_GetPerfCounterWithInfo,_PyTime_GetPerfCounterWithInfo)
WASM_EXPORT(_PyTime_GetSystemClock,_PyTime_GetSystemClock)
WASM_EXPORT(_PyTime_GetSystemClockWithInfo,_PyTime_GetSystemClockWithInfo)
WASM_EXPORT(_PyTime_MulDiv,_PyTime_MulDiv)
WASM_EXPORT(_PyTime_ObjectToTime_t,_PyTime_ObjectToTime_t)
WASM_EXPORT(_PyTime_ObjectToTimespec,_PyTime_ObjectToTimespec)
WASM_EXPORT(_PyTime_ObjectToTimeval,_PyTime_ObjectToTimeval)
WASM_EXPORT(_PyTime_gmtime,_PyTime_gmtime)
WASM_EXPORT(_PyTime_localtime,_PyTime_localtime)
WASM_EXPORT(_PyTraceMalloc_GetTraceback,_PyTraceMalloc_GetTraceback)
WASM_EXPORT(_PyTraceback_Add,_PyTraceback_Add)
WASM_EXPORT(_PyTrash_begin,_PyTrash_begin)
WASM_EXPORT(_PyTrash_cond,_PyTrash_cond)
WASM_EXPORT(_PyTrash_end,_PyTrash_end)
WASM_EXPORT(_PyTuple_DebugMallocStats,_PyTuple_DebugMallocStats)
WASM_EXPORT(_PyTuple_MaybeUntrack,_PyTuple_MaybeUntrack)
WASM_EXPORT(_PyTuple_Resize,_PyTuple_Resize)
WASM_EXPORT(_PyType_CalculateMetaclass,_PyType_CalculateMetaclass)
WASM_EXPORT(_PyType_GetDocFromInternalDoc,_PyType_GetDocFromInternalDoc)
WASM_EXPORT(_PyType_GetTextSignatureFromInternalDoc,_PyType_GetTextSignatureFromInternalDoc)
WASM_EXPORT(_PyType_Lookup,_PyType_Lookup)
WASM_EXPORT(_PyType_LookupId,_PyType_LookupId)
WASM_EXPORT(_PyType_Name,_PyType_Name)
WASM_EXPORT(_PyUnicodeTranslateError_Create,_PyUnicodeTranslateError_Create)
WASM_EXPORT(_PyUnicodeWriter_Dealloc,_PyUnicodeWriter_Dealloc)
WASM_EXPORT(_PyUnicodeWriter_Finish,_PyUnicodeWriter_Finish)
WASM_EXPORT(_PyUnicodeWriter_Init,_PyUnicodeWriter_Init)
WASM_EXPORT(_PyUnicodeWriter_PrepareInternal,_PyUnicodeWriter_PrepareInternal)
WASM_EXPORT(_PyUnicodeWriter_WriteChar,_PyUnicodeWriter_WriteChar)
WASM_EXPORT(_PyUnicodeWriter_WriteStr,_PyUnicodeWriter_WriteStr)
WASM_EXPORT(_PyUnicode_AsASCIIString,_PyUnicode_AsASCIIString)
WASM_EXPORT(_PyUnicode_AsLatin1String,_PyUnicode_AsLatin1String)
WASM_EXPORT(_PyUnicode_AsUTF8String,_PyUnicode_AsUTF8String)
WASM_EXPORT(_PyUnicode_AsUnicode,_PyUnicode_AsUnicode)
WASM_EXPORT(_PyUnicode_CheckConsistency,_PyUnicode_CheckConsistency)
WASM_EXPORT(_PyUnicode_Copy,_PyUnicode_Copy)
WASM_EXPORT(_PyUnicode_DecodeRawUnicodeEscapeStateful,_PyUnicode_DecodeRawUnicodeEscapeStateful)
WASM_EXPORT(_PyUnicode_DecodeUnicodeEscapeInternal,_PyUnicode_DecodeUnicodeEscapeInternal)
WASM_EXPORT(_PyUnicode_DecodeUnicodeEscapeStateful,_PyUnicode_DecodeUnicodeEscapeStateful)
WASM_EXPORT(_PyUnicode_EQ,_PyUnicode_EQ)
WASM_EXPORT(_PyUnicode_EncodeCharmap,_PyUnicode_EncodeCharmap)
WASM_EXPORT(_PyUnicode_EncodeUTF16,_PyUnicode_EncodeUTF16)
WASM_EXPORT(_PyUnicode_EncodeUTF32,_PyUnicode_EncodeUTF32)
WASM_EXPORT(_PyUnicode_EncodeUTF7,_PyUnicode_EncodeUTF7)
WASM_EXPORT(_PyUnicode_Equal,_PyUnicode_Equal)
WASM_EXPORT(_PyUnicode_EqualToASCIIId,_PyUnicode_EqualToASCIIId)
WASM_EXPORT(_PyUnicode_EqualToASCIIString,_PyUnicode_EqualToASCIIString)
WASM_EXPORT(_PyUnicode_FastCopyCharacters,_PyUnicode_FastCopyCharacters)
WASM_EXPORT(_PyUnicode_FastFill,_PyUnicode_FastFill)
WASM_EXPORT(_PyUnicode_FormatAdvancedWriter,_PyUnicode_FormatAdvancedWriter)
WASM_EXPORT(_PyUnicode_FormatLong,_PyUnicode_FormatLong)
WASM_EXPORT(_PyUnicode_FromASCII,_PyUnicode_FromASCII)
WASM_EXPORT(_PyUnicode_FromId,_PyUnicode_FromId)
WASM_EXPORT(_PyUnicode_InsertThousandsGrouping,_PyUnicode_InsertThousandsGrouping)
WASM_EXPORT(_PyUnicode_IsAlpha,_PyUnicode_IsAlpha)
WASM_EXPORT(_PyUnicode_IsCaseIgnorable,_PyUnicode_IsCaseIgnorable)
WASM_EXPORT(_PyUnicode_IsCased,_PyUnicode_IsCased)
WASM_EXPORT(_PyUnicode_IsDecimalDigit,_PyUnicode_IsDecimalDigit)
WASM_EXPORT(_PyUnicode_IsDigit,_PyUnicode_IsDigit)
WASM_EXPORT(_PyUnicode_IsLinebreak,_PyUnicode_IsLinebreak)
WASM_EXPORT(_PyUnicode_IsLowercase,_PyUnicode_IsLowercase)
WASM_EXPORT(_PyUnicode_IsNumeric,_PyUnicode_IsNumeric)
WASM_EXPORT(_PyUnicode_IsPrintable,_PyUnicode_IsPrintable)
WASM_EXPORT(_PyUnicode_IsTitlecase,_PyUnicode_IsTitlecase)
WASM_EXPORT(_PyUnicode_IsUppercase,_PyUnicode_IsUppercase)
WASM_EXPORT(_PyUnicode_IsWhitespace,_PyUnicode_IsWhitespace)
WASM_EXPORT(_PyUnicode_IsXidContinue,_PyUnicode_IsXidContinue)
WASM_EXPORT(_PyUnicode_IsXidStart,_PyUnicode_IsXidStart)
WASM_EXPORT(_PyUnicode_JoinArray,_PyUnicode_JoinArray)
WASM_EXPORT(_PyUnicode_Ready,_PyUnicode_Ready)
WASM_EXPORT(_PyUnicode_ScanIdentifier,_PyUnicode_ScanIdentifier)
WASM_EXPORT(_PyUnicode_ToDecimalDigit,_PyUnicode_ToDecimalDigit)
WASM_EXPORT(_PyUnicode_ToDigit,_PyUnicode_ToDigit)
WASM_EXPORT(_PyUnicode_ToFoldedFull,_PyUnicode_ToFoldedFull)
WASM_EXPORT(_PyUnicode_ToLowerFull,_PyUnicode_ToLowerFull)
WASM_EXPORT(_PyUnicode_ToNumeric,_PyUnicode_ToNumeric)
WASM_EXPORT(_PyUnicode_ToTitleFull,_PyUnicode_ToTitleFull)
WASM_EXPORT(_PyUnicode_ToUpperFull,_PyUnicode_ToUpperFull)
WASM_EXPORT(_PyUnicode_TransformDecimalAndSpaceToASCII,_PyUnicode_TransformDecimalAndSpaceToASCII)
WASM_EXPORT(_PyUnicode_WideCharString_Converter,_PyUnicode_WideCharString_Converter)
WASM_EXPORT(_PyUnicode_WideCharString_Opt_Converter,_PyUnicode_WideCharString_Opt_Converter)
WASM_EXPORT(_PyUnicode_XStrip,_PyUnicode_XStrip)
WASM_EXPORT(_PyWeakref_CallableProxyType,_PyWeakref_CallableProxyType)
WASM_EXPORT(_PyWeakref_ClearRef,_PyWeakref_ClearRef)
WASM_EXPORT(_PyWeakref_GetWeakrefCount,_PyWeakref_GetWeakrefCount)
WASM_EXPORT(_PyWeakref_ProxyType,_PyWeakref_ProxyType)
WASM_EXPORT(_PyWeakref_RefType,_PyWeakref_RefType)
WASM_EXPORT(_Py_BreakPoint,_Py_BreakPoint)
WASM_EXPORT(_Py_BuildValue_SizeT,_Py_BuildValue_SizeT)
WASM_EXPORT(_Py_CheckFunctionResult,_Py_CheckFunctionResult)
WASM_EXPORT(_Py_CoerceLegacyLocale,_Py_CoerceLegacyLocale)
WASM_EXPORT(_Py_Dealloc,_Py_Dealloc)
WASM_EXPORT(_Py_DecRef,_Py_DecRef)
WASM_EXPORT(_Py_DisplaySourceLine,_Py_DisplaySourceLine)
WASM_EXPORT(_Py_EllipsisObject,_Py_EllipsisObject)
WASM_EXPORT(_Py_FalseStruct,_Py_FalseStruct)
WASM_EXPORT(_Py_FatalErrorFunc,_Py_FatalErrorFunc)
WASM_EXPORT(_Py_FdIsInteractive,_Py_FdIsInteractive)
WASM_EXPORT(_Py_FreeCharPArray,_Py_FreeCharPArray)
WASM_EXPORT(_Py_GetConfig,_Py_GetConfig)
WASM_EXPORT(_Py_HashBytes,_Py_HashBytes)
WASM_EXPORT(_Py_HashDouble,_Py_HashDouble)
WASM_EXPORT(_Py_HashPointer,_Py_HashPointer)
WASM_EXPORT(_Py_HashPointerRaw,_Py_HashPointerRaw)
WASM_EXPORT(_Py_HashSecret,_Py_HashSecret)
WASM_EXPORT(_Py_IncRef,_Py_IncRef)
WASM_EXPORT(_Py_InitializeMain,_Py_InitializeMain)
WASM_EXPORT(_Py_IsCoreInitialized,_Py_IsCoreInitialized)
WASM_EXPORT(_Py_IsFinalizing,_Py_IsFinalizing)
WASM_EXPORT(_Py_LegacyLocaleDetected,_Py_LegacyLocaleDetected)
WASM_EXPORT(_Py_NewInterpreter,_Py_NewInterpreter)
WASM_EXPORT(_Py_NewReference,_Py_NewReference)
WASM_EXPORT(_Py_NoneStruct,_Py_NoneStruct)
WASM_EXPORT(_Py_NotImplementedStruct,_Py_NotImplementedStruct)
WASM_EXPORT(_Py_PackageContext,_Py_PackageContext)
WASM_EXPORT(_Py_RestoreSignals,_Py_RestoreSignals)
WASM_EXPORT(_Py_SetLocaleFromEnv,_Py_SetLocaleFromEnv)
WASM_EXPORT(_Py_SourceAsString,_Py_SourceAsString)
WASM_EXPORT(_Py_SwappedOp,_Py_SwappedOp)
WASM_EXPORT(_Py_TrueStruct,_Py_TrueStruct)
WASM_EXPORT(_Py_VaBuildStack,_Py_VaBuildStack)
WASM_EXPORT(_Py_VaBuildStack_SizeT,_Py_VaBuildStack_SizeT)
WASM_EXPORT(_Py_VaBuildValue_SizeT,_Py_VaBuildValue_SizeT)
WASM_EXPORT(_Py_add_one_to_index_C,_Py_add_one_to_index_C)
WASM_EXPORT(_Py_add_one_to_index_F,_Py_add_one_to_index_F)
WASM_EXPORT(_Py_ascii_whitespace,_Py_ascii_whitespace)
WASM_EXPORT(_Py_c_abs,_Py_c_abs)
WASM_EXPORT(_Py_c_diff,_Py_c_diff)
WASM_EXPORT(_Py_c_neg,_Py_c_neg)
WASM_EXPORT(_Py_c_pow,_Py_c_pow)
WASM_EXPORT(_Py_c_prod,_Py_c_prod)
WASM_EXPORT(_Py_c_quot,_Py_c_quot)
WASM_EXPORT(_Py_c_sum,_Py_c_sum)
WASM_EXPORT(_Py_convert_optional_to_ssize_t,_Py_convert_optional_to_ssize_t)
WASM_EXPORT(_Py_ctype_table,_Py_ctype_table)
WASM_EXPORT(_Py_ctype_tolower,_Py_ctype_tolower)
WASM_EXPORT(_Py_ctype_toupper,_Py_ctype_toupper)
WASM_EXPORT(_Py_dup,_Py_dup)
WASM_EXPORT(_Py_fopen_obj,_Py_fopen_obj)
WASM_EXPORT(_Py_fstat,_Py_fstat)
WASM_EXPORT(_Py_fstat_noraise,_Py_fstat_noraise)
WASM_EXPORT(_Py_gitidentifier,_Py_gitidentifier)
WASM_EXPORT(_Py_gitversion,_Py_gitversion)
WASM_EXPORT(_Py_parse_inf_or_nan,_Py_parse_inf_or_nan)
WASM_EXPORT(_Py_set_inheritable,_Py_set_inheritable)
WASM_EXPORT(_Py_string_to_number_with_underscores,_Py_string_to_number_with_underscores)
WASM_EXPORT(Py_INCREF,Py_IncRef)

WASM_EXPORT(Py_DECREF,Py_DecRef)

WASM_EXPORT(_PyArg_ParseTupleAndKeywords_SizeT,PyArg_ParseTupleAndKeywords)

WASM_EXPORT(_PyArg_Parse_SizeT,PyArg_Parse)

WASM_EXPORT(_PyObject_LookupSpecial,_PyObject_LookupSpecialId)

WASM_EXPORT(_PyArg_ParseTuple_SizeT,PyArg_ParseTuple)

