Home
last modified time | relevance | path

Searched refs:listiter_dealloc (Results 1 – 1 of 1) sorted by relevance

/third_party/python/Objects/
Dlistobject.c3094 static void listiter_dealloc(listiterobject *);
3119 (destructor)listiter_dealloc, /* tp_dealloc */
3167 listiter_dealloc(listiterobject *it) in listiter_dealloc() function