Lines Matching refs:PySys_GetObject
359 sys_stream = PySys_GetObject("stdin"); in Py_InitializeEx()
366 sys_stream = PySys_GetObject("stdout"); in Py_InitializeEx()
373 sys_stream = PySys_GetObject("stderr"); in Py_InitializeEx()
775 v = PySys_GetObject("ps1"); in PyRun_InteractiveLoopFlags()
780 v = PySys_GetObject("ps2"); in PyRun_InteractiveLoopFlags()
824 v = PySys_GetObject("ps1"); in PyRun_InteractiveOneFlags()
832 w = PySys_GetObject("ps2"); in PyRun_InteractiveOneFlags()
1142 PyObject *sys_stderr = PySys_GetObject("stderr"); in handle_system_exit()
1184 hook = PySys_GetObject("excepthook"); in PyErr_PrintEx()
1233 PyObject *f = PySys_GetObject("stderr"); in PyErr_Display()
1762 PyObject *exitfunc = PySys_GetObject("exitfunc"); in call_sys_exitfunc()