Home
last modified time | relevance | path

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

/third_party/python/Modules/
D_asynciomodule.c2455 static void TaskObj_dealloc(PyObject *); /* Needs Task_CheckExact */
2493 .tp_dealloc = TaskObj_dealloc,
2511 TaskObj_dealloc(PyObject *self) in TaskObj_dealloc() function