Home | History | Annotate | Download | only in Objects

Lines Matching refs:ht_slots

2325     et->ht_slots = slots;

2657 Py_XDECREF(et->ht_slots);
2719 ((PyHeapTypeObject *)type)->ht_slots, because they can't be involved
3055 slots_a = ((PyHeapTypeObject *)a)->ht_slots;
3056 slots_b = ((PyHeapTypeObject *)b)->ht_slots;