Searched refs:ct_unique_key (Results 1 – 1 of 1) sorted by relevance
239 PyObject *ct_unique_key; /* key in unique_cache (a string, but not member397 ct->ct_unique_key = NULL; in ctypedescr_new()441 if (ct->ct_unique_key != NULL) { in ctypedescr_dealloc()444 PyDict_DelItem(unique_cache, ct->ct_unique_key); in ctypedescr_dealloc()447 Py_DECREF(ct->ct_unique_key); in ctypedescr_dealloc()4633 assert(x->ct_unique_key == NULL); in get_unique_type()4634 x->ct_unique_key = key; /* the key will be freed in ctypedescr_dealloc() */ in get_unique_type()