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.h42 PyObject **sysmod_p);
/external/python/cpython3/Python/
Dsysmodule.c3014 _PySys_Create(PyThreadState *tstate, PyObject **sysmod_p) in _PySys_Create() argument
3058 *sysmod_p = sysmod; in _PySys_Create()