Lines Matching refs:Py_INCREF
140 Py_INCREF(op); in tuple_get_empty()
256 Py_INCREF(o); in PyTuple_Pack()
455 Py_INCREF(a->ob_item[i]); in tupleitem()
473 Py_INCREF(item); in _PyTuple_FromArray()
491 Py_INCREF(a); in tupleslice()
515 Py_INCREF(bb); in tupleconcat()
527 Py_INCREF(a); in tupleconcat()
544 Py_INCREF(v); in tupleconcat()
551 Py_INCREF(v); in tupleconcat()
569 Py_INCREF(a); in tuplerepeat()
587 Py_INCREF(*p); in tuplerepeat()
797 Py_INCREF(item); in tuple_subtype_new()
844 Py_INCREF(self); in tuplesubscript()
856 Py_INCREF(it); in tuplesubscript()
1094 Py_INCREF(item); in tupleiter_next()
1197 Py_INCREF(seq); in tuple_iter()