Searched refs:wrcb_to_call (Results 1 – 2 of 2) sorted by relevance
606 PyGC_Head wrcb_to_call; /* weakrefs with callbacks to call */ in handle_weakrefs() local610 gc_list_init(&wrcb_to_call); in handle_weakrefs()693 gc_list_move(wrasgc, &wrcb_to_call); in handle_weakrefs()700 while (! gc_list_is_empty(&wrcb_to_call)) { in handle_weakrefs()704 gc = wrcb_to_call.gc.gc_next; in handle_weakrefs()731 if (wrcb_to_call.gc.gc_next == gc) { in handle_weakrefs()
555 PyGC_Head wrcb_to_call; /* weakrefs with callbacks to call */ in handle_weakrefs() local559 gc_list_init(&wrcb_to_call); in handle_weakrefs()642 gc_list_move(wrasgc, &wrcb_to_call); in handle_weakrefs()649 while (! gc_list_is_empty(&wrcb_to_call)) { in handle_weakrefs()653 gc = wrcb_to_call.gc.gc_next; in handle_weakrefs()680 if (wrcb_to_call.gc.gc_next == gc) { in handle_weakrefs()