Lines Matching refs:PyObject_GC_UnTrack
54 PyObject_GC_UnTrack(gbo); in groupby_dealloc()
217 PyObject_GC_UnTrack(igo); in _grouper_dealloc()
419 PyObject_GC_UnTrack(tdo); in teedataobject_dealloc()
570 PyObject_GC_UnTrack(to); in tee_dealloc()
726 PyObject_GC_UnTrack(lz); in cycle_dealloc()
871 PyObject_GC_UnTrack(lz); in dropwhile_dealloc()
1015 PyObject_GC_UnTrack(lz); in takewhile_dealloc()
1206 PyObject_GC_UnTrack(lz); in islice_dealloc()
1356 PyObject_GC_UnTrack(lz); in starmap_dealloc()
1501 PyObject_GC_UnTrack(lz); in imap_dealloc()
1678 PyObject_GC_UnTrack(lz); in chain_dealloc()
1891 PyObject_GC_UnTrack(lz); in product_dealloc()
2123 PyObject_GC_UnTrack(co); in combinations_dealloc()
2372 PyObject_GC_UnTrack(co); in cwr_dealloc()
2631 PyObject_GC_UnTrack(po); in permutations_dealloc()
2841 PyObject_GC_UnTrack(lz); in compress_dealloc()
2987 PyObject_GC_UnTrack(lz); in ifilter_dealloc()
3132 PyObject_GC_UnTrack(lz); in ifilterfalse_dealloc()
3336 PyObject_GC_UnTrack(lz); in count_dealloc()
3555 PyObject_GC_UnTrack(lz); in izip_dealloc()
3706 PyObject_GC_UnTrack(ro); in repeat_dealloc()
3899 PyObject_GC_UnTrack(lz); in izip_longest_dealloc()