Home
last modified time | relevance | path

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

/third_party/python/Python/
Dpylifecycle.c60 static PyStatus init_sys_streams(PyThreadState *tstate);
1119 status = init_sys_streams(tstate); in init_interp_main()
2315 init_sys_streams(PyThreadState *tstate) in init_sys_streams() function