@@ -890,7 +890,6 @@ public final class CApiFunction {
890
890
@ CApiBuiltin (name = "PyRun_SimpleStringFlags" , ret = Int , args = {ConstCharPtrAsTruffleString , PY_COMPILER_FLAGS }, call = NotImplemented )
891
891
@ CApiBuiltin (name = "PyRun_String" , ret = PyObject , args = {ConstCharPtrAsTruffleString , Int , PyObject , PyObject }, call = NotImplemented )
892
892
@ CApiBuiltin (name = "PySequence_In" , ret = Int , args = {PyObject , PyObject }, call = NotImplemented )
893
- @ CApiBuiltin (name = "PySignal_SetWakeupFd" , ret = Int , args = {Int }, call = NotImplemented )
894
893
@ 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 )
895
894
@ 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 )
896
895
@ CApiBuiltin (name = "PyStatus_Error" , ret = PYSTATUS , args = {ConstCharPtr }, call = CImpl )
@@ -1276,7 +1275,6 @@ public final class CApiFunction {
1276
1275
@ CApiBuiltin (name = "PyType_GetTypeDataSize" , ret = Py_ssize_t , args = {PyTypeObjectTransfer }, call = CImpl )
1277
1276
@ CApiBuiltin (name = "PyType_Unwatch" , ret = PrimitiveResult32 , args = {PrimitiveResult32 , PyObjectRawPointer }, call = NotImplemented )
1278
1277
@ 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 )
1280
1278
@ CApiBuiltin (name = "PyUnstable_Exc_PrepReraiseStar" , ret = PyObjectRawPointer , args = {PyObjectRawPointer , PyObjectRawPointer }, call = NotImplemented )
1281
1279
@ CApiBuiltin (name = "PyUnstable_GC_VisitObjects" , ret = Void , args = {gcvisitobjects_t , Pointer }, call = CImpl )
1282
1280
@ CApiBuiltin (name = "PyUnstable_InterpreterFrame_GetCode" , ret = PyObjectRawPointer , args = {_PyInterpreterFrame }, call = NotImplemented )
@@ -1291,10 +1289,7 @@ public final class CApiFunction {
1291
1289
@ CApiBuiltin (name = "PyUnstable_WritePerfMapEntry" , ret = PrimitiveResult32 , args = {CONST_VOID_PTR , UNSIGNED_INT , ConstCharPtr }, call = NotImplemented )
1292
1290
@ CApiBuiltin (name = "PyVectorcall_NARGS" , ret = Py_ssize_t , args = {SIZE_T }, call = CImpl )
1293
1291
@ 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 )
1296
1292
@ CApiBuiltin (name = "_PyErr_SetFromPyStatus" , ret = PyObjectRawPointer , args = {PYSTATUS }, call = CImpl )
1297
- @ CApiBuiltin (name = "_PyErr_SetImportErrorWithNameFrom" , ret = PyObjectRawPointer , args = {PyObjectRawPointer , PyObjectRawPointer , PyObjectRawPointer , PyObjectRawPointer }, call = NotImplemented )
1298
1293
@ CApiBuiltin (name = "_PyEval_MakePendingCalls" , ret = PrimitiveResult32 , args = {PyThreadState }, call = NotImplemented )
1299
1294
@ CApiBuiltin (name = "_PyException_AddNote" , ret = PrimitiveResult32 , args = {PyObjectRawPointer , PyObjectRawPointer }, call = NotImplemented )
1300
1295
@ CApiBuiltin (name = "_PyLong_FromDigits" , ret = PyLongObject , args = {PrimitiveResult32 , Py_ssize_t , DIGIT_PTR }, call = NotImplemented )
0 commit comments