Home
last modified time | relevance | path

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

/third_party/python/Modules/
D_asynciomodule.c1530 static void FutureObj_dealloc(PyObject *self);
1536 .tp_dealloc = FutureObj_dealloc,
1554 FutureObj_dealloc(PyObject *self) in FutureObj_dealloc() function