Searched refs:FutureObj_dealloc (Results 1 – 1 of 1) sorted by relevance
1530 static void FutureObj_dealloc(PyObject *self);1536 .tp_dealloc = FutureObj_dealloc,1554 FutureObj_dealloc(PyObject *self) in FutureObj_dealloc() function