Searched refs:Task_CheckExact (Results 1 – 1 of 1) sorted by relevance
119 #define Task_CheckExact(obj) Py_IS_TYPE(obj, &TaskType) macro212 if (Future_CheckExact(fut) || Task_CheckExact(fut)) { in get_future_loop()2550 if (Task_CheckExact(self)) { in TaskObj_dealloc()2785 if (Future_CheckExact(result) || Task_CheckExact(result)) { in task_step_impl()3017 if (Future_CheckExact(o) || Task_CheckExact(o)) { in task_wakeup()