55;
66LIBRARY "libpypy3.10-c.dll"
77EXPORTS
8+ HPyInitGlobalContext__debug
9+ HPyInitGlobalContext__trace
810HPyInit__debug
11+ HPyInit__trace
912PyArg_ValidateKeywordArguments
1013PyModule_AddType
1114PyPyAnySet_Check
@@ -159,6 +162,7 @@ PyPyErr_Display
159162PyPyErr_ExceptionMatches
160163PyPyErr_Fetch
161164PyPyErr_Format
165+ PyPyErr_FormatV
162166PyPyErr_GetExcInfo
163167PyPyErr_GivenExceptionMatches
164168PyPyErr_NewException
@@ -169,12 +173,15 @@ PyPyErr_Occurred
169173PyPyErr_Print
170174PyPyErr_PrintEx
171175PyPyErr_Restore
176+ PyPyErr_SetExcFromWindowsErrWithFilenameObject
177+ PyPyErr_SetExcFromWindowsErrWithFilenameObjects
172178PyPyErr_SetExcInfo
173179PyPyErr_SetFromErrno
174180PyPyErr_SetFromErrnoWithFilename
175181PyPyErr_SetFromErrnoWithFilenameObject
176182PyPyErr_SetFromErrnoWithFilenameObjects
177183PyPyErr_SetFromWindowsErr
184+ PyPyErr_SetFromWindowsErrWithFilename
178185PyPyErr_SetNone
179186PyPyErr_SetObject
180187PyPyErr_SetString
@@ -758,6 +765,7 @@ PyPy_IgnoreEnvironmentFlag DATA
758765PyPy_IncRef
759766PyPy_InspectFlag DATA
760767PyPy_InteractiveFlag DATA
768+ PyPy_Is
761769PyPy_IsInitialized
762770PyPy_IsolatedFlag DATA
763771PyPy_LeaveRecursiveCall
@@ -990,12 +998,18 @@ _PyTime_localtime
990998_Py_NewReference
991999_Py_VaBuildStack
9921000_Py_VaBuildStack_SizeT
1001+ _pypy_init_executable
9931002_pypy_init_free
9941003_pypy_init_home
1004+ get_required_hpy_major_version__debug
1005+ get_required_hpy_major_version__trace
1006+ get_required_hpy_minor_version__debug
1007+ get_required_hpy_minor_version__trace
9951008os_readlink_impl
9961009os_symlink_impl
9971010os_unlink_impl
9981011pypy_HPyInit__debug
1012+ pypy_HPyInit__trace
9991013pypy_carefully_make_gil
10001014pypy_debug_file DATA
10011015pypy_execute_source
@@ -1006,6 +1020,10 @@ pypy_hpy_debug_get_ctx
10061020pypy_hpy_debug_open_handle
10071021pypy_hpy_debug_set_ctx
10081022pypy_hpy_debug_unwrap_handle
1023+ pypy_hpy_trace_ctx_init
1024+ pypy_hpy_trace_get_ctx
1025+ pypy_hpy_trace_get_func_name
1026+ pypy_hpy_trace_get_nfunc
10091027pypy_init_embedded_cffi_module
10101028pypy_init_threads
10111029pypy_main_startup
0 commit comments