Skip to content

Commit 409bf64

Browse files
committed
add two more symbols
1 parent ccb1ac5 commit 409bf64

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

cmake/collect-symbols.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@
2929
'PyFrame_GetBack',
3030
'PyGILState_Check',
3131
'Py_CompileStringExFlags',
32+
'_PyInterpreterState_Get',
3233
'_PyObject_MakeTpCall',
34+
'_PyObject_NextNotImplemented',
3335
'_Py_CheckFunctionResult',
3436
'_Py_RefTotal'
3537
}

cmake/darwin-ld.sym

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -850,6 +850,7 @@
850850
-U __PyArg_VaParseTupleAndKeywords_SizeT
851851
-U __PyArg_VaParse_SizeT
852852
-U __PyErr_BadInternalCall
853+
-U __PyInterpreterState_Get
853854
-U __PyObject_CallFunction_SizeT
854855
-U __PyObject_CallMethod_SizeT
855856
-U __PyObject_GC_Malloc
@@ -859,6 +860,7 @@
859860
-U __PyObject_MakeTpCall
860861
-U __PyObject_New
861862
-U __PyObject_NewVar
863+
-U __PyObject_NextNotImplemented
862864
-U __PyState_AddModule
863865
-U __PyThreadState_Init
864866
-U __PyThreadState_Prealloc

0 commit comments

Comments
 (0)