Searched refs:append_func (Results 1 – 1 of 1) sorted by relevance
6020 PyObject *append_func; in do_append() local6027 append_func = _PyObject_GetAttrId(list, &PyId_append); in do_append()6028 if (append_func == NULL) in do_append()6032 result = _Pickle_FastCall(append_func, value); in do_append()6036 Py_DECREF(append_func); in do_append()6042 Py_DECREF(append_func); in do_append()