PyList_Append method Null safety
Implementation
int PyList_Append(
ffi.Pointer<PyObject> arg0,
ffi.Pointer<PyObject> arg1,
) {
return _PyList_Append(
arg0,
arg1,
);
}
int PyList_Append(
ffi.Pointer<PyObject> arg0,
ffi.Pointer<PyObject> arg1,
) {
return _PyList_Append(
arg0,
arg1,
);
}