Home
last modified time | relevance | path

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

/third_party/python/Python/
Dpythonrun.c130 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()
Dbltinmodule.c1961 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()
Dpylifecycle.c1591 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()
Derrors.c1400 PyObject *file = _PySys_GetObjectId(&PyId_stderr); in write_unraisable_exc()
1504 PyObject *hook = _PySys_GetObjectId(&PyId_unraisablehook); in _PyErr_WriteUnraisableMsg()
Dtraceback.c325 syspath = _PySys_GetObjectId(&PyId_path); in _Py_FindSourceFile()
D_warnings.c496 f_stderr = _PySys_GetObjectId(&PyId_stderr); in show_warning()
Dsysmodule.c84 _PySys_GetObjectId(_Py_Identifier *key) in _PySys_GetObjectId() function
Dceval.c2398 PyObject *hook = _PySys_GetObjectId(&PyId_displayhook); in _PyEval_EvalFrameDefault()
/third_party/python/Include/cpython/
Dsysmodule.h5 PyAPI_FUNC(PyObject *) _PySys_GetObjectId(_Py_Identifier *key);
/third_party/python/Modules/
Dfaulthandler.c155 file = _PySys_GetObjectId(&PyId_stderr); in faulthandler_get_fileno()
D_threadmodule.c1512 PyObject *file = _PySys_GetObjectId(&PyId_stderr); in thread_excepthook()
D_pickle.c1932 modules = _PySys_GetObjectId(&PyId_modules); in whichmodule()