Searched refs:PyContext_CopyCurrent (Results 1 – 6 of 6) sorted by relevance
19 return PyContext_CopyCurrent(); in _contextvars_copy_context_impl()
955 context = PyContext_CopyCurrent(); in _asyncio_Future_add_done_callback_impl()2036 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)
101 PyContext_CopyCurrent(void) in PyContext_CopyCurrent() function
372 PyContext_CopyCurrent:PyObject*::+1: