Lines Matching refs:wrcb_to_call
759 PyGC_Head wrcb_to_call; /* weakrefs with callbacks to call */
763 gc_list_init(&wrcb_to_call);
766 * also has a callback, move it into `wrcb_to_call` if the callback
770 * make another pass over wrcb_to_call, invoking callbacks, after this
803 * that must be called into wrcb_to_call.
846 * is moved to wrcb_to_call in this case.
859 /* Move wr to wrcb_to_call, for the next pass. */
864 gc_list_move(wrasgc, &wrcb_to_call);
871 while (! gc_list_is_empty(&wrcb_to_call)) {
875 gc = (PyGC_Head*)wrcb_to_call._gc_next;
901 if (wrcb_to_call._gc_next == (uintptr_t)gc) {