Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dlistobject.c2945 static void listreviter_dealloc(listreviterobject *);
2961 (destructor)listreviter_dealloc, /* tp_dealloc */
3005 listreviter_dealloc(listreviterobject *it) in listreviter_dealloc() function
/external/python/cpython3/Objects/
Dlistobject.c3227 static void listreviter_dealloc(listreviterobject *);
3247 (destructor)listreviter_dealloc, /* tp_dealloc */
3298 listreviter_dealloc(listreviterobject *it) in listreviter_dealloc() function