@@ -890,7 +890,6 @@ public final class CApiFunction {
890890 @ CApiBuiltin (name = "PyRun_SimpleStringFlags" , ret = Int , args = {ConstCharPtrAsTruffleString , PY_COMPILER_FLAGS }, call = NotImplemented )
891891 @ CApiBuiltin (name = "PyRun_String" , ret = PyObject , args = {ConstCharPtrAsTruffleString , Int , PyObject , PyObject }, call = NotImplemented )
892892 @ CApiBuiltin (name = "PySequence_In" , ret = Int , args = {PyObject , PyObject }, call = NotImplemented )
893- @ CApiBuiltin (name = "PySignal_SetWakeupFd" , ret = Int , args = {Int }, call = NotImplemented )
894893 @ CApiBuiltin (name = "PySlice_GetIndices" , ret = Int , args = {PyObject , Py_ssize_t , PY_SSIZE_T_PTR , PY_SSIZE_T_PTR , PY_SSIZE_T_PTR }, call = NotImplemented )
895894 @ CApiBuiltin (name = "PySlice_GetIndicesEx" , ret = Int , args = {PyObject , Py_ssize_t , PY_SSIZE_T_PTR , PY_SSIZE_T_PTR , PY_SSIZE_T_PTR , PY_SSIZE_T_PTR }, call = NotImplemented )
896895 @ CApiBuiltin (name = "PyStatus_Error" , ret = PYSTATUS , args = {ConstCharPtr }, call = CImpl )
@@ -1276,7 +1275,6 @@ public final class CApiFunction {
12761275 @ CApiBuiltin (name = "PyType_GetTypeDataSize" , ret = Py_ssize_t , args = {PyTypeObjectTransfer }, call = CImpl )
12771276 @ CApiBuiltin (name = "PyType_Unwatch" , ret = PrimitiveResult32 , args = {PrimitiveResult32 , PyObjectRawPointer }, call = NotImplemented )
12781277 @ CApiBuiltin (name = "PyType_Watch" , ret = PrimitiveResult32 , args = {PrimitiveResult32 , PyObjectRawPointer }, call = NotImplemented )
1279- @ CApiBuiltin (name = "PyUnicode_READ_CHAR" , ret = PY_UCS4 , args = {PyObjectRawPointer , Py_ssize_t }, call = CImpl )
12801278 @ CApiBuiltin (name = "PyUnstable_Exc_PrepReraiseStar" , ret = PyObjectRawPointer , args = {PyObjectRawPointer , PyObjectRawPointer }, call = NotImplemented )
12811279 @ CApiBuiltin (name = "PyUnstable_GC_VisitObjects" , ret = Void , args = {gcvisitobjects_t , Pointer }, call = CImpl )
12821280 @ CApiBuiltin (name = "PyUnstable_InterpreterFrame_GetCode" , ret = PyObjectRawPointer , args = {_PyInterpreterFrame }, call = NotImplemented )
@@ -1291,10 +1289,7 @@ public final class CApiFunction {
12911289 @ CApiBuiltin (name = "PyUnstable_WritePerfMapEntry" , ret = PrimitiveResult32 , args = {CONST_VOID_PTR , UNSIGNED_INT , ConstCharPtr }, call = NotImplemented )
12921290 @ CApiBuiltin (name = "PyVectorcall_NARGS" , ret = Py_ssize_t , args = {SIZE_T }, call = CImpl )
12931291 @ CApiBuiltin (name = "Py_NewInterpreterFromConfig" , ret = PYSTATUS , args = {PyThreadStatePtr , ConstPyInterpreterConfig }, call = NotImplemented )
1294- @ CApiBuiltin (name = "Py_UNICODE_ISALNUM" , ret = PrimitiveResult32 , args = {PY_UCS4 }, call = CImpl )
1295- @ CApiBuiltin (name = "Py_XDECREF" , ret = Void , args = {PyObjectRawPointer }, call = CImpl )
12961292 @ CApiBuiltin (name = "_PyErr_SetFromPyStatus" , ret = PyObjectRawPointer , args = {PYSTATUS }, call = CImpl )
1297- @ CApiBuiltin (name = "_PyErr_SetImportErrorWithNameFrom" , ret = PyObjectRawPointer , args = {PyObjectRawPointer , PyObjectRawPointer , PyObjectRawPointer , PyObjectRawPointer }, call = NotImplemented )
12981293 @ CApiBuiltin (name = "_PyEval_MakePendingCalls" , ret = PrimitiveResult32 , args = {PyThreadState }, call = NotImplemented )
12991294 @ CApiBuiltin (name = "_PyException_AddNote" , ret = PrimitiveResult32 , args = {PyObjectRawPointer , PyObjectRawPointer }, call = NotImplemented )
13001295 @ CApiBuiltin (name = "_PyLong_FromDigits" , ret = PyLongObject , args = {PrimitiveResult32 , Py_ssize_t , DIGIT_PTR }, call = NotImplemented )
0 commit comments