@@ -725,9 +725,9 @@ public final class CApiFunction {
725
725
@ CApiBuiltin (name = "PyCodec_XMLCharRefReplaceErrors" , ret = PyObject , args = {PyObject }, call = NotImplemented )
726
726
@ CApiBuiltin (name = "PyCompile_OpcodeStackEffect" , ret = Int , args = {Int , Int }, call = NotImplemented )
727
727
@ CApiBuiltin (name = "PyCompile_OpcodeStackEffectWithJump" , ret = Int , args = {Int , Int , Int }, call = NotImplemented )
728
- @ CApiBuiltin (name = "PyConfig_Clear" , ret = Void , args = {PYCONFIG_PTR }, call = NotImplemented )
729
- @ CApiBuiltin (name = "PyConfig_InitIsolatedConfig" , ret = Void , args = {PYCONFIG_PTR }, call = NotImplemented )
730
- @ CApiBuiltin (name = "PyConfig_InitPythonConfig" , ret = Void , args = {PYCONFIG_PTR }, call = NotImplemented )
728
+ @ CApiBuiltin (name = "PyConfig_Clear" , ret = Void , args = {PYCONFIG_PTR }, call = CImpl )
729
+ @ CApiBuiltin (name = "PyConfig_InitIsolatedConfig" , ret = Void , args = {PYCONFIG_PTR }, call = CImpl )
730
+ @ CApiBuiltin (name = "PyConfig_InitPythonConfig" , ret = Void , args = {PYCONFIG_PTR }, call = CImpl )
731
731
@ CApiBuiltin (name = "PyConfig_Read" , ret = PYSTATUS , args = {PYCONFIG_PTR }, call = NotImplemented )
732
732
@ CApiBuiltin (name = "PyConfig_SetArgv" , ret = PYSTATUS , args = {PYCONFIG_PTR , Py_ssize_t , WCHAR_T_CONST_PTR }, call = NotImplemented )
733
733
@ CApiBuiltin (name = "PyConfig_SetBytesArgv" , ret = PYSTATUS , args = {PYCONFIG_PTR , Py_ssize_t , CHAR_CONST_PTR }, call = NotImplemented )
@@ -878,13 +878,13 @@ public final class CApiFunction {
878
878
@ CApiBuiltin (name = "PySignal_SetWakeupFd" , ret = Int , args = {Int }, call = NotImplemented )
879
879
@ 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 )
880
880
@ 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 )
881
- @ CApiBuiltin (name = "PyStatus_Error" , ret = PYSTATUS , args = {ConstCharPtr }, call = NotImplemented )
882
- @ CApiBuiltin (name = "PyStatus_Exception" , ret = Int , args = {PYSTATUS }, call = NotImplemented )
883
- @ CApiBuiltin (name = "PyStatus_Exit" , ret = PYSTATUS , args = {Int }, call = NotImplemented )
884
- @ CApiBuiltin (name = "PyStatus_IsError" , ret = Int , args = {PYSTATUS }, call = NotImplemented )
885
- @ CApiBuiltin (name = "PyStatus_IsExit" , ret = Int , args = {PYSTATUS }, call = NotImplemented )
886
- @ CApiBuiltin (name = "PyStatus_NoMemory" , ret = PYSTATUS , args = {}, call = NotImplemented )
887
- @ CApiBuiltin (name = "PyStatus_Ok" , ret = PYSTATUS , args = {}, call = NotImplemented )
881
+ @ CApiBuiltin (name = "PyStatus_Error" , ret = PYSTATUS , args = {ConstCharPtr }, call = CImpl )
882
+ @ CApiBuiltin (name = "PyStatus_Exception" , ret = Int , args = {PYSTATUS }, call = CImpl )
883
+ @ CApiBuiltin (name = "PyStatus_Exit" , ret = PYSTATUS , args = {Int }, call = CImpl )
884
+ @ CApiBuiltin (name = "PyStatus_IsError" , ret = Int , args = {PYSTATUS }, call = CImpl )
885
+ @ CApiBuiltin (name = "PyStatus_IsExit" , ret = Int , args = {PYSTATUS }, call = CImpl )
886
+ @ CApiBuiltin (name = "PyStatus_NoMemory" , ret = PYSTATUS , args = {}, call = CImpl )
887
+ @ CApiBuiltin (name = "PyStatus_Ok" , ret = PYSTATUS , args = {}, call = CImpl )
888
888
@ CApiBuiltin (name = "PySys_AddAuditHook" , ret = Int , args = {PY_AUDITHOOKFUNCTION , Pointer }, call = NotImplemented )
889
889
@ CApiBuiltin (name = "PySys_AddWarnOption" , ret = Void , args = {CONST_WCHAR_PTR }, call = NotImplemented )
890
890
@ CApiBuiltin (name = "PySys_AddWarnOptionUnicode" , ret = Void , args = {PyObject }, call = NotImplemented )
@@ -962,7 +962,7 @@ public final class CApiFunction {
962
962
@ CApiBuiltin (name = "PyUnicode_DecodeUnicodeEscape" , ret = PyObject , args = {ConstCharPtrAsTruffleString , Py_ssize_t , ConstCharPtrAsTruffleString }, call = NotImplemented )
963
963
@ CApiBuiltin (name = "PyUnicode_FSDecoder" , ret = Int , args = {PyObject , Pointer }, call = NotImplemented )
964
964
@ CApiBuiltin (name = "PyUnicode_Fill" , ret = Py_ssize_t , args = {PyObject , Py_ssize_t , Py_ssize_t , PY_UCS4 }, call = CImpl )
965
- @ CApiBuiltin (name = "PyUnicode_GetDefaultEncoding" , ret = ConstCharPtrAsTruffleString , args = {}, call = NotImplemented )
965
+ @ CApiBuiltin (name = "PyUnicode_GetDefaultEncoding" , ret = ConstCharPtrAsTruffleString , args = {}, call = CImpl )
966
966
@ CApiBuiltin (name = "PyUnicode_IsIdentifier" , ret = Int , args = {PyObject }, call = NotImplemented )
967
967
@ CApiBuiltin (name = "PyUnicode_Partition" , ret = PyObject , args = {PyObject , PyObject }, call = NotImplemented )
968
968
@ CApiBuiltin (name = "PyUnicode_RPartition" , ret = PyObject , args = {PyObject , PyObject }, call = NotImplemented )
@@ -988,7 +988,7 @@ public final class CApiFunction {
988
988
@ CApiBuiltin (name = "Py_Finalize" , ret = Void , args = {}, call = NotImplemented )
989
989
@ CApiBuiltin (name = "Py_FinalizeEx" , ret = Int , args = {}, call = NotImplemented )
990
990
@ CApiBuiltin (name = "Py_FrozenMain" , ret = Int , args = {Int , CHAR_PTR_LIST }, call = NotImplemented )
991
- @ CApiBuiltin (name = "Py_GETENV" , ret = CHAR_PTR , args = {ConstCharPtrAsTruffleString }, call = NotImplemented )
991
+ @ CApiBuiltin (name = "Py_GETENV" , ret = CHAR_PTR , args = {ConstCharPtrAsTruffleString }, call = CImpl )
992
992
@ CApiBuiltin (name = "Py_GetArgcArgv" , ret = Void , args = {INT_LIST , WCHAR_T_PTR_PTR_LIST }, call = NotImplemented )
993
993
@ CApiBuiltin (name = "Py_GetCopyright" , ret = ConstCharPtrAsTruffleString , args = {}, call = NotImplemented )
994
994
@ CApiBuiltin (name = "Py_GetExecPrefix" , ret = WCHAR_T_PTR , args = {}, call = NotImplemented )
0 commit comments