Lines Matching defs:wrapper
1807 /* ----- Task._step wrapper */
2786 PyObject *wrapper;
2802 wrapper = PyCFunction_New(&TaskWakeupDef, (PyObject *)task);
2803 if (wrapper == NULL) {
2807 (FutureObj*)result, wrapper, task->task_context);
2808 Py_DECREF(wrapper);
2853 PyObject *wrapper;
2883 wrapper = PyCFunction_New(&TaskWakeupDef, (PyObject *)task);
2884 if (wrapper == NULL) {
2892 Py_DECREF(wrapper);
2896 stack[0] = wrapper;
2900 Py_DECREF(wrapper);