Searched refs:stolen (Results 1 – 3 of 3) sorted by relevance
2 # Large bits stolen from test_grammar.py.
1961 _steal_list_append(PyObject *lst, PyObject *stolen) in _steal_list_append() argument1964 int rval = PyList_Append(lst, stolen); in _steal_list_append()1965 Py_DECREF(stolen); in _steal_list_append()
1953 _steal_list_append(PyObject *lst, PyObject *stolen) in _steal_list_append() argument1956 int rval = PyList_Append(lst, stolen); in _steal_list_append()1957 Py_DECREF(stolen); in _steal_list_append()