Lines Matching refs:Py_INCREF
227 Py_INCREF(keyfunc); in itertools_groupby_impl()
270 Py_INCREF(newvalue); in groupby_step()
311 Py_INCREF(gbo->currkey); in groupby_next()
353 Py_INCREF(currkey); in groupby_setstate()
355 Py_INCREF(currvalue); in groupby_setstate()
357 Py_INCREF(tgtkey); in groupby_setstate()
451 Py_INCREF(parent); in _grouper_create()
453 Py_INCREF(tgtkey); in _grouper_create()
605 Py_INCREF(it); in teedataobject_newinternal()
644 Py_INCREF(value); in teedataobject_getitem()
706 Py_INCREF(tdo->values[i]); in teedataobject_reduce()
743 Py_INCREF(tdo->values[i]); in itertools_teedataobject_impl()
753 Py_INCREF(next); in itertools_teedataobject_impl()
852 Py_INCREF(to->dataobj); in tee_copy()
949 Py_INCREF(tdo); in tee_setstate()
1170 Py_INCREF(item); in cycle_next()
1210 Py_INCREF(saved); in cycle_setstate()
1308 Py_INCREF(func); in itertools_dropwhile_impl()
1471 Py_INCREF(func); in itertools_takewhile_impl()
1768 Py_INCREF(stop); in islice_reduce()
1889 Py_INCREF(func); in itertools_starmap_impl()
2146 Py_INCREF(source); in chain_setstate()
2287 Py_INCREF(pool); in product_new()
2368 Py_INCREF(elem); in product_next()
2400 Py_INCREF(elem); in product_next()
2407 Py_INCREF(elem); in product_next()
2421 Py_INCREF(result); in product_next()
2498 Py_INCREF(element); in product_setstate()
2698 Py_INCREF(elem); in combinations_next()
2745 Py_INCREF(elem); in combinations_next()
2752 Py_INCREF(result); in combinations_next()
2822 Py_INCREF(element); in combinations_setstate()
3036 Py_INCREF(elem); in cwr_next()
3076 Py_INCREF(elem); in cwr_next()
3083 Py_INCREF(result); in cwr_next()
3150 Py_INCREF(element); in cwr_setstate()
3383 Py_INCREF(elem); in permutations_next()
3428 Py_INCREF(elem); in permutations_next()
3441 Py_INCREF(result); in permutations_next()
3542 Py_INCREF(element); in permutations_setstate()
3683 Py_INCREF(Py_None); in accumulate_next()
3685 Py_INCREF(lz->total); in accumulate_next()
3693 Py_INCREF(val); in accumulate_next()
3706 Py_INCREF(newtotal); in accumulate_next()
3752 Py_INCREF(state); in accumulate_setstate()
4012 Py_INCREF(func); in itertools_filterfalse_impl()
4201 Py_INCREF(long_cnt); in itertools_count_impl()
4207 Py_INCREF(long_step); in itertools_count_impl()
4407 Py_INCREF(element); in repeat_new()
4435 Py_INCREF(ro->element); in repeat_next()
4594 Py_INCREF(Py_None); in zip_longest_new()
4609 Py_INCREF(fillvalue); in zip_longest_new()
4648 Py_INCREF(result); in zip_longest_next()
4652 Py_INCREF(lz->fillvalue); in zip_longest_next()
4663 Py_INCREF(lz->fillvalue); in zip_longest_next()
4686 Py_INCREF(lz->fillvalue); in zip_longest_next()
4697 Py_INCREF(lz->fillvalue); in zip_longest_next()
4731 Py_INCREF(elem); in zip_longest_reduce()
4740 Py_INCREF(state); in zip_longest_setstate()