Skip to content

Commit 4fa9e6c

Browse files
chore: Update pythonXY.def (#62)
Co-authored-by: messense <[email protected]>
1 parent 78db25a commit 4fa9e6c

File tree

3 files changed

+42
-0
lines changed

3 files changed

+42
-0
lines changed

src/libpypy3.10-c.def

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@
55
;
66
LIBRARY "libpypy3.10-c.dll"
77
EXPORTS
8+
HPyInitGlobalContext__debug
9+
HPyInitGlobalContext__trace
810
HPyInit__debug
11+
HPyInit__trace
912
PyArg_ValidateKeywordArguments
1013
PyModule_AddType
1114
PyPyAnySet_Check
@@ -159,6 +162,7 @@ PyPyErr_Display
159162
PyPyErr_ExceptionMatches
160163
PyPyErr_Fetch
161164
PyPyErr_Format
165+
PyPyErr_FormatV
162166
PyPyErr_GetExcInfo
163167
PyPyErr_GivenExceptionMatches
164168
PyPyErr_NewException
@@ -169,12 +173,15 @@ PyPyErr_Occurred
169173
PyPyErr_Print
170174
PyPyErr_PrintEx
171175
PyPyErr_Restore
176+
PyPyErr_SetExcFromWindowsErrWithFilenameObject
177+
PyPyErr_SetExcFromWindowsErrWithFilenameObjects
172178
PyPyErr_SetExcInfo
173179
PyPyErr_SetFromErrno
174180
PyPyErr_SetFromErrnoWithFilename
175181
PyPyErr_SetFromErrnoWithFilenameObject
176182
PyPyErr_SetFromErrnoWithFilenameObjects
177183
PyPyErr_SetFromWindowsErr
184+
PyPyErr_SetFromWindowsErrWithFilename
178185
PyPyErr_SetNone
179186
PyPyErr_SetObject
180187
PyPyErr_SetString
@@ -758,6 +765,7 @@ PyPy_IgnoreEnvironmentFlag DATA
758765
PyPy_IncRef
759766
PyPy_InspectFlag DATA
760767
PyPy_InteractiveFlag DATA
768+
PyPy_Is
761769
PyPy_IsInitialized
762770
PyPy_IsolatedFlag DATA
763771
PyPy_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
9951008
os_readlink_impl
9961009
os_symlink_impl
9971010
os_unlink_impl
9981011
pypy_HPyInit__debug
1012+
pypy_HPyInit__trace
9991013
pypy_carefully_make_gil
10001014
pypy_debug_file DATA
10011015
pypy_execute_source
@@ -1006,6 +1020,10 @@ pypy_hpy_debug_get_ctx
10061020
pypy_hpy_debug_open_handle
10071021
pypy_hpy_debug_set_ctx
10081022
pypy_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
10091027
pypy_init_embedded_cffi_module
10101028
pypy_init_threads
10111029
pypy_main_startup

src/libpypy3.9-c.def

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@
55
;
66
LIBRARY "libpypy3.9-c.dll"
77
EXPORTS
8+
HPyInitGlobalContext__debug
9+
HPyInitGlobalContext__trace
810
HPyInit__debug
11+
HPyInit__trace
912
PyArg_ValidateKeywordArguments
1013
PyModule_AddType
1114
PyPyAnySet_Check
@@ -157,6 +160,7 @@ PyPyErr_Display
157160
PyPyErr_ExceptionMatches
158161
PyPyErr_Fetch
159162
PyPyErr_Format
163+
PyPyErr_FormatV
160164
PyPyErr_GetExcInfo
161165
PyPyErr_GivenExceptionMatches
162166
PyPyErr_NewException
@@ -167,12 +171,15 @@ PyPyErr_Occurred
167171
PyPyErr_Print
168172
PyPyErr_PrintEx
169173
PyPyErr_Restore
174+
PyPyErr_SetExcFromWindowsErrWithFilenameObject
175+
PyPyErr_SetExcFromWindowsErrWithFilenameObjects
170176
PyPyErr_SetExcInfo
171177
PyPyErr_SetFromErrno
172178
PyPyErr_SetFromErrnoWithFilename
173179
PyPyErr_SetFromErrnoWithFilenameObject
174180
PyPyErr_SetFromErrnoWithFilenameObjects
175181
PyPyErr_SetFromWindowsErr
182+
PyPyErr_SetFromWindowsErrWithFilename
176183
PyPyErr_SetInterrupt
177184
PyPyErr_SetNone
178185
PyPyErr_SetObject
@@ -974,12 +981,20 @@ _PyTime_ObjectToTimeval
974981
_PyTime_gmtime
975982
_PyTime_localtime
976983
_PyType_Name
984+
_Py_VaBuildStack
985+
_Py_VaBuildStack_SizeT
986+
_pypy_init_executable
977987
_pypy_init_free
978988
_pypy_init_home
989+
get_required_hpy_major_version__debug
990+
get_required_hpy_major_version__trace
991+
get_required_hpy_minor_version__debug
992+
get_required_hpy_minor_version__trace
979993
os_readlink_impl
980994
os_symlink_impl
981995
os_unlink_impl
982996
pypy_HPyInit__debug
997+
pypy_HPyInit__trace
983998
pypy_carefully_make_gil
984999
pypy_debug_file DATA
9851000
pypy_execute_source
@@ -990,6 +1005,10 @@ pypy_hpy_debug_get_ctx
9901005
pypy_hpy_debug_open_handle
9911006
pypy_hpy_debug_set_ctx
9921007
pypy_hpy_debug_unwrap_handle
1008+
pypy_hpy_trace_ctx_init
1009+
pypy_hpy_trace_get_ctx
1010+
pypy_hpy_trace_get_func_name
1011+
pypy_hpy_trace_get_nfunc
9931012
pypy_init_embedded_cffi_module
9941013
pypy_init_threads
9951014
pypy_main_startup

src/python312.def

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1180,6 +1180,7 @@ _PyCrossInterpreterData_Lookup
11801180
_PyCrossInterpreterData_NewObject
11811181
_PyCrossInterpreterData_RegisterClass
11821182
_PyCrossInterpreterData_Release
1183+
_PyCrossInterpreterData_ReleaseAndRawFree
11831184
_PyCrossInterpreterData_UnregisterClass
11841185
_PyDeadline_Get
11851186
_PyDeadline_Init
@@ -1288,11 +1289,14 @@ _PyInterpreterState_HasFeature
12881289
_PyInterpreterState_IDDecref
12891290
_PyInterpreterState_IDIncref
12901291
_PyInterpreterState_IDInitref
1292+
_PyInterpreterState_IsRunningMain
12911293
_PyInterpreterState_LookUpID
12921294
_PyInterpreterState_RequireIDRef
12931295
_PyInterpreterState_RequiresIDRef
12941296
_PyInterpreterState_SetConfig
12951297
_PyInterpreterState_SetEvalFrameFunc
1298+
_PyInterpreterState_SetNotRunningMain
1299+
_PyInterpreterState_SetRunningMain
12961300
_PyList_DebugMallocStats
12971301
_PyList_Extend
12981302
_PyLong_AsByteArray
@@ -1670,6 +1674,7 @@ _Py_hashtable_destroy
16701674
_Py_hashtable_foreach
16711675
_Py_hashtable_get
16721676
_Py_hashtable_hash_ptr
1677+
_Py_hashtable_len
16731678
_Py_hashtable_new
16741679
_Py_hashtable_new_full
16751680
_Py_hashtable_set

0 commit comments

Comments
 (0)