Home | History | Annotate | Download | only in Modules

Lines Matching refs:stolen

1961 _steal_list_append(PyObject *lst, PyObject *stolen)

1963 /* Append stolen and then decrement its reference count */
1964 int rval = PyList_Append(lst, stolen);
1965 Py_DECREF(stolen);