diff --git a/src/libpypy3.10-c.def b/src/libpypy3.10-c.def index b0bc818..006e7d0 100644 --- a/src/libpypy3.10-c.def +++ b/src/libpypy3.10-c.def @@ -5,7 +5,10 @@ ; LIBRARY "libpypy3.10-c.dll" EXPORTS +HPyInitGlobalContext__debug +HPyInitGlobalContext__trace HPyInit__debug +HPyInit__trace PyArg_ValidateKeywordArguments PyModule_AddType PyPyAnySet_Check @@ -159,6 +162,7 @@ PyPyErr_Display PyPyErr_ExceptionMatches PyPyErr_Fetch PyPyErr_Format +PyPyErr_FormatV PyPyErr_GetExcInfo PyPyErr_GivenExceptionMatches PyPyErr_NewException @@ -169,12 +173,15 @@ PyPyErr_Occurred PyPyErr_Print PyPyErr_PrintEx PyPyErr_Restore +PyPyErr_SetExcFromWindowsErrWithFilenameObject +PyPyErr_SetExcFromWindowsErrWithFilenameObjects PyPyErr_SetExcInfo PyPyErr_SetFromErrno PyPyErr_SetFromErrnoWithFilename PyPyErr_SetFromErrnoWithFilenameObject PyPyErr_SetFromErrnoWithFilenameObjects PyPyErr_SetFromWindowsErr +PyPyErr_SetFromWindowsErrWithFilename PyPyErr_SetNone PyPyErr_SetObject PyPyErr_SetString @@ -758,6 +765,7 @@ PyPy_IgnoreEnvironmentFlag DATA PyPy_IncRef PyPy_InspectFlag DATA PyPy_InteractiveFlag DATA +PyPy_Is PyPy_IsInitialized PyPy_IsolatedFlag DATA PyPy_LeaveRecursiveCall @@ -990,12 +998,18 @@ _PyTime_localtime _Py_NewReference _Py_VaBuildStack _Py_VaBuildStack_SizeT +_pypy_init_executable _pypy_init_free _pypy_init_home +get_required_hpy_major_version__debug +get_required_hpy_major_version__trace +get_required_hpy_minor_version__debug +get_required_hpy_minor_version__trace os_readlink_impl os_symlink_impl os_unlink_impl pypy_HPyInit__debug +pypy_HPyInit__trace pypy_carefully_make_gil pypy_debug_file DATA pypy_execute_source @@ -1006,6 +1020,10 @@ pypy_hpy_debug_get_ctx pypy_hpy_debug_open_handle pypy_hpy_debug_set_ctx pypy_hpy_debug_unwrap_handle +pypy_hpy_trace_ctx_init +pypy_hpy_trace_get_ctx +pypy_hpy_trace_get_func_name +pypy_hpy_trace_get_nfunc pypy_init_embedded_cffi_module pypy_init_threads pypy_main_startup diff --git a/src/libpypy3.9-c.def b/src/libpypy3.9-c.def index 35e5009..11122bb 100644 --- a/src/libpypy3.9-c.def +++ b/src/libpypy3.9-c.def @@ -5,7 +5,10 @@ ; LIBRARY "libpypy3.9-c.dll" EXPORTS +HPyInitGlobalContext__debug +HPyInitGlobalContext__trace HPyInit__debug +HPyInit__trace PyArg_ValidateKeywordArguments PyModule_AddType PyPyAnySet_Check @@ -157,6 +160,7 @@ PyPyErr_Display PyPyErr_ExceptionMatches PyPyErr_Fetch PyPyErr_Format +PyPyErr_FormatV PyPyErr_GetExcInfo PyPyErr_GivenExceptionMatches PyPyErr_NewException @@ -167,12 +171,15 @@ PyPyErr_Occurred PyPyErr_Print PyPyErr_PrintEx PyPyErr_Restore +PyPyErr_SetExcFromWindowsErrWithFilenameObject +PyPyErr_SetExcFromWindowsErrWithFilenameObjects PyPyErr_SetExcInfo PyPyErr_SetFromErrno PyPyErr_SetFromErrnoWithFilename PyPyErr_SetFromErrnoWithFilenameObject PyPyErr_SetFromErrnoWithFilenameObjects PyPyErr_SetFromWindowsErr +PyPyErr_SetFromWindowsErrWithFilename PyPyErr_SetInterrupt PyPyErr_SetNone PyPyErr_SetObject @@ -974,12 +981,20 @@ _PyTime_ObjectToTimeval _PyTime_gmtime _PyTime_localtime _PyType_Name +_Py_VaBuildStack +_Py_VaBuildStack_SizeT +_pypy_init_executable _pypy_init_free _pypy_init_home +get_required_hpy_major_version__debug +get_required_hpy_major_version__trace +get_required_hpy_minor_version__debug +get_required_hpy_minor_version__trace os_readlink_impl os_symlink_impl os_unlink_impl pypy_HPyInit__debug +pypy_HPyInit__trace pypy_carefully_make_gil pypy_debug_file DATA pypy_execute_source @@ -990,6 +1005,10 @@ pypy_hpy_debug_get_ctx pypy_hpy_debug_open_handle pypy_hpy_debug_set_ctx pypy_hpy_debug_unwrap_handle +pypy_hpy_trace_ctx_init +pypy_hpy_trace_get_ctx +pypy_hpy_trace_get_func_name +pypy_hpy_trace_get_nfunc pypy_init_embedded_cffi_module pypy_init_threads pypy_main_startup diff --git a/src/python312.def b/src/python312.def index 284d0bd..7b02ec6 100644 --- a/src/python312.def +++ b/src/python312.def @@ -1180,6 +1180,7 @@ _PyCrossInterpreterData_Lookup _PyCrossInterpreterData_NewObject _PyCrossInterpreterData_RegisterClass _PyCrossInterpreterData_Release +_PyCrossInterpreterData_ReleaseAndRawFree _PyCrossInterpreterData_UnregisterClass _PyDeadline_Get _PyDeadline_Init @@ -1288,11 +1289,14 @@ _PyInterpreterState_HasFeature _PyInterpreterState_IDDecref _PyInterpreterState_IDIncref _PyInterpreterState_IDInitref +_PyInterpreterState_IsRunningMain _PyInterpreterState_LookUpID _PyInterpreterState_RequireIDRef _PyInterpreterState_RequiresIDRef _PyInterpreterState_SetConfig _PyInterpreterState_SetEvalFrameFunc +_PyInterpreterState_SetNotRunningMain +_PyInterpreterState_SetRunningMain _PyList_DebugMallocStats _PyList_Extend _PyLong_AsByteArray @@ -1670,6 +1674,7 @@ _Py_hashtable_destroy _Py_hashtable_foreach _Py_hashtable_get _Py_hashtable_hash_ptr +_Py_hashtable_len _Py_hashtable_new _Py_hashtable_new_full _Py_hashtable_set