Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dlistobject.c2821 static void listiter_dealloc(listiterobject *);
2839 (destructor)listiter_dealloc, /* tp_dealloc */
2887 listiter_dealloc(listiterobject *it) in listiter_dealloc() function
/external/python/cpython3/Objects/
Dlistobject.c3074 static void listiter_dealloc(listiterobject *);
3099 (destructor)listiter_dealloc, /* tp_dealloc */
3147 listiter_dealloc(listiterobject *it) in listiter_dealloc() function