Searched refs:PyContext_CopyCurrent (Results 1 – 6 of 6) sorted by relevance
19 return PyContext_CopyCurrent(); in _contextvars_copy_context_impl()
906 context = PyContext_CopyCurrent(); in _asyncio_Future_add_done_callback_impl()1968 Py_XSETREF(self->task_context, PyContext_CopyCurrent()); in _asyncio_Task___init___impl()
27 PyAPI_FUNC(PyObject *) PyContext_CopyCurrent(void);
88 .. c:function:: PyObject *PyContext_CopyCurrent(void)
92 PyContext_CopyCurrent(void) in PyContext_CopyCurrent() function
354 PyContext_CopyCurrent:PyObject*::+1: