Home
last modified time | relevance | path

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

/third_party/python/Modules/
D_contextvarsmodule.c19 return PyContext_CopyCurrent(); in _contextvars_copy_context_impl()
D_asynciomodule.c955 context = PyContext_CopyCurrent(); in _asyncio_Future_add_done_callback_impl()
2036 Py_XSETREF(self->task_context, PyContext_CopyCurrent()); in _asyncio_Task___init___impl()
/third_party/python/Include/
Dcontext.h27 PyAPI_FUNC(PyObject *) PyContext_CopyCurrent(void);
/third_party/python/Doc/c-api/
Dcontextvars.rst88 .. c:function:: PyObject *PyContext_CopyCurrent(void)
/third_party/python/Python/
Dcontext.c101 PyContext_CopyCurrent(void) in PyContext_CopyCurrent() function
/third_party/python/Doc/data/
Drefcounts.dat372 PyContext_CopyCurrent:PyObject*::+1: