Home | History | Annotate | Download | only in Modules

Lines Matching refs:tail

278     PyGC_Head *tail;
281 tail = to->gc.gc_prev;
282 tail->gc.gc_next = from->gc.gc_next;
283 tail->gc.gc_next->gc.gc_prev = tail;