Searched refs:new_nslot (Results 1 – 1 of 1) sorted by relevance
2572 Py_ssize_t new_nslot = nslot - ctx->add_dict - ctx->add_weak; in type_new_copy_slots() local2573 PyObject *new_slots = PyList_New(new_nslot); in type_new_copy_slots()2615 assert(j == new_nslot); in type_new_copy_slots()2627 assert(PyTuple_GET_SIZE(tuple) == new_nslot); in type_new_copy_slots()