Searched refs:COPYSLOT (Results 1 – 1 of 1) sorted by relevance
5759 #undef COPYSLOT in inherit_slots()5769 #define COPYSLOT(SLOT) \ in inherit_slots() macro5772 #define COPYASYNC(SLOT) COPYSLOT(tp_as_async->SLOT) in inherit_slots()5773 #define COPYNUM(SLOT) COPYSLOT(tp_as_number->SLOT) in inherit_slots()5774 #define COPYSEQ(SLOT) COPYSLOT(tp_as_sequence->SLOT) in inherit_slots()5775 #define COPYMAP(SLOT) COPYSLOT(tp_as_mapping->SLOT) in inherit_slots()5776 #define COPYBUF(SLOT) COPYSLOT(tp_as_buffer->SLOT) in inherit_slots()5864 COPYSLOT(tp_dealloc); in inherit_slots()5873 COPYSLOT(tp_repr); in inherit_slots()5879 COPYSLOT(tp_vectorcall_offset); in inherit_slots()[all …]