Home
last modified time | relevance | path

Searched refs:asyncio_mod (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/python/cpython3/Modules/
D_asynciomodule.c29 static PyObject *asyncio_mod; variable
3331 Py_CLEAR(asyncio_mod); in module_free()
3361 asyncio_mod = PyImport_ImportModule("asyncio"); in module_init()
3362 if (asyncio_mod == NULL) { in module_init()
/aosp_15_r20/external/python/cpython3/Tools/c-analyzer/cpython/
Dglobals-to-fix.tsv1238 Modules/_asynciomodule.c - asyncio_mod -