Home
last modified time | relevance | path

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

/external/python/cpython3/Include/internal/
Dpycore_pylifecycle.h35 PyObject **sysmod_p);
/external/python/cpython3/Python/
Dsysmodule.c3779 _PySys_Create(PyThreadState *tstate, PyObject **sysmod_p) in _PySys_Create() argument
3839 *sysmod_p = sysmod; in _PySys_Create()