File tree Expand file tree Collapse file tree 3 files changed +1162
-0
lines changed
Expand file tree Collapse file tree 3 files changed +1162
-0
lines changed Original file line number Diff line number Diff line change @@ -164,6 +164,7 @@ PyPyComplex_RealAsDouble
164164PyPyComplex_Type DATA
165165PyPyContextVar_Get
166166PyPyContextVar_New
167+ PyPyContextVar_Reset
167168PyPyContextVar_Set
168169PyPyCoro_Check
169170PyPyCoro_CheckExact
@@ -383,6 +384,7 @@ PyPyImport_GetModule
383384PyPyImport_GetModuleDict
384385PyPyImport_Import
385386PyPyImport_ImportModule
387+ PyPyImport_ImportModuleLevel
386388PyPyImport_ImportModuleLevelObject
387389PyPyImport_ImportModuleNoBlock
388390PyPyImport_ReloadModule
@@ -1026,6 +1028,7 @@ _PyPy_BuildValue_SizeT
10261028_PyPy_Dealloc
10271029_PyPy_EllipsisObject DATA
10281030_PyPy_FalseStruct DATA
1031+ _PyPy_FatalErrorFunc
10291032_PyPy_HashDouble
10301033_PyPy_HashPointer
10311034_PyPy_IsFinalizing
@@ -1076,6 +1079,7 @@ get_required_hpy_major_version__debug
10761079get_required_hpy_major_version__trace
10771080get_required_hpy_minor_version__debug
10781081get_required_hpy_minor_version__trace
1082+ os_createdirectory_impl
10791083os_readlink_impl
10801084os_symlink_impl
10811085os_unlink_impl
@@ -1100,4 +1104,5 @@ pypy_init_threads
11001104pypy_main_startup
11011105pypy_setup_home
11021106pypy_thread_attach
1107+ pypysig_counter DATA
11031108rpython_startup_code
You can’t perform that action at this time.
0 commit comments