Searched refs:append_func (Results 1 – 1 of 1) sorted by relevance
6530 PyObject *append_func; in do_append() local6536 append_func = _PyObject_GetAttrId(list, &PyId_append); in do_append()6537 if (append_func == NULL) in do_append()6541 result = _Pickle_FastCall(append_func, value); in do_append()6545 Py_DECREF(append_func); in do_append()6551 Py_DECREF(append_func); in do_append()