Lines Matching refs:Py_INCREF
106 Py_INCREF(op); in PyTuple_New()
121 Py_INCREF(op); /* extra INCREF so that this is never freed */ in PyTuple_New()
216 Py_INCREF(o); in PyTuple_Pack()
409 Py_INCREF(a->ob_item[i]); in tupleitem()
427 Py_INCREF(item); in _PyTuple_FromArray()
445 Py_INCREF(a); in tupleslice()
469 Py_INCREF(bb); in tupleconcat()
480 Py_INCREF(a); in tupleconcat()
498 Py_INCREF(v); in tupleconcat()
505 Py_INCREF(v); in tupleconcat()
524 Py_INCREF(a); in tuplerepeat()
542 Py_INCREF(*p); in tuplerepeat()
748 Py_INCREF(item); in tuple_subtype_new()
795 Py_INCREF(self); in tuplesubscript()
807 Py_INCREF(it); in tuplesubscript()
1028 Py_INCREF(item); in tupleiter_next()
1131 Py_INCREF(seq); in tuple_iter()