Home
last modified time | relevance | path

Searched refs:PyContext_CopyCurrent (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython3/Modules/
D_contextvarsmodule.c19 return PyContext_CopyCurrent(); in _contextvars_copy_context_impl()
D_asynciomodule.c906 context = PyContext_CopyCurrent(); in _asyncio_Future_add_done_callback_impl()
1968 Py_XSETREF(self->task_context, PyContext_CopyCurrent()); in _asyncio_Task___init___impl()
/external/python/cpython3/Include/
Dcontext.h27 PyAPI_FUNC(PyObject *) PyContext_CopyCurrent(void);
/external/python/cpython3/Doc/c-api/
Dcontextvars.rst88 .. c:function:: PyObject *PyContext_CopyCurrent(void)
/external/python/cpython3/Python/
Dcontext.c92 PyContext_CopyCurrent(void) in PyContext_CopyCurrent() function
/external/python/cpython3/Doc/data/
Drefcounts.dat354 PyContext_CopyCurrent:PyObject*::+1: