Home | History | Annotate | Download | only in Python

Lines Matching defs:stderr

10 - stdin, stdout, stderr: standard file objects
47 _Py_IDENTIFIER(stderr);
238 "Handle an exception by displaying it with a traceback on sys.stderr.\n"
1299 _PyObject_DebugMallocStats(stderr);
1300 fputc('\n', stderr);
1303 _PyObject_DebugTypeStats(stderr);
1310 Print summary info to stderr about the state of\n\
1582 stderr -- standard error object; used for error messages\n\
1635 __stderr__ -- the original stderr; don't touch!\n\
1642 excepthook() -- print an exception and its traceback to sys.stderr\n\
1935 /* stdin/stdout/stderr are set in pylifecycle.c */
2330 /* APIs to write to sys.stdout or sys.stderr using a printf-like interface.
2336 The first function writes to sys.stdout; the second to sys.stderr. When
2337 there is a problem, they write to the real (C level) stdout or stderr;
2397 sys_write(&PyId_stderr, stderr, format, va);
2439 sys_format(&PyId_stderr, stderr, format, va);