Searched refs:_PySys_GetObjectId (Results 1 – 12 of 12) sorted by relevance
130 PyObject *v = _PySys_GetObjectId(&PyId_ps1); in _PyRun_InteractiveLoopObject()135 v = _PySys_GetObjectId(&PyId_ps2); in _PyRun_InteractiveLoopObject()214 v = _PySys_GetObjectId(&PyId_stdin); in PyRun_InteractiveOneObjectEx()223 v = _PySys_GetObjectId(&PyId_ps1); in PyRun_InteractiveOneObjectEx()236 w = _PySys_GetObjectId(&PyId_ps2); in PyRun_InteractiveOneObjectEx()741 PyObject *sys_stderr = _PySys_GetObjectId(&PyId_stderr); in _Py_HandleSystemExit()814 hook = _PySys_GetObjectId(&PyId_excepthook); in _PyErr_PrintEx()1149 PyObject *file = _PySys_GetObjectId(&PyId_stderr); in PyErr_Display()1245 f = _PySys_GetObjectId(&PyId_stderr); in flush_io()1253 f = _PySys_GetObjectId(&PyId_stdout); in flush_io()
1961 file = _PySys_GetObjectId(&PyId_stdout); in builtin_print()2053 PyObject *fin = _PySys_GetObjectId(&PyId_stdin); in builtin_input_impl()2054 PyObject *fout = _PySys_GetObjectId(&PyId_stdout); in builtin_input_impl()2055 PyObject *ferr = _PySys_GetObjectId(&PyId_stderr); in builtin_input_impl()
1591 PyObject *fout = _PySys_GetObjectId(&PyId_stdout); in flush_std_files()1592 PyObject *ferr = _PySys_GetObjectId(&PyId_stderr); in flush_std_files()2443 ferr = _PySys_GetObjectId(&PyId_stderr); in _Py_FatalError_PrintExc()
1400 PyObject *file = _PySys_GetObjectId(&PyId_stderr); in write_unraisable_exc()1504 PyObject *hook = _PySys_GetObjectId(&PyId_unraisablehook); in _PyErr_WriteUnraisableMsg()
325 syspath = _PySys_GetObjectId(&PyId_path); in _Py_FindSourceFile()
496 f_stderr = _PySys_GetObjectId(&PyId_stderr); in show_warning()
84 _PySys_GetObjectId(_Py_Identifier *key) in _PySys_GetObjectId() function
2398 PyObject *hook = _PySys_GetObjectId(&PyId_displayhook); in _PyEval_EvalFrameDefault()
5 PyAPI_FUNC(PyObject *) _PySys_GetObjectId(_Py_Identifier *key);
155 file = _PySys_GetObjectId(&PyId_stderr); in faulthandler_get_fileno()
1512 PyObject *file = _PySys_GetObjectId(&PyId_stderr); in thread_excepthook()
1932 modules = _PySys_GetObjectId(&PyId_modules); in whichmodule()