Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dpylifecycle.c59 static PyStatus init_sys_streams(PyThreadState *tstate);
1024 status = init_sys_streams(tstate); in init_interp_main()
1950 init_sys_streams(PyThreadState *tstate) in init_sys_streams() function