Home | History | Annotate | Download | only in Modules

Lines Matching defs:stderr

36 _Py_IDENTIFIER(stderr);
133 If file is NULL or Py_None, use sys.stderr as the new file.
150 PyErr_SetString(PyExc_RuntimeError, "unable to get sys.stderr");
154 PyErr_SetString(PyExc_RuntimeError, "sys.stderr is None");
1153 PyDoc_STR("enable(file=sys.stderr, all_threads=True): "
1161 PyDoc_STR("dump_traceback(file=sys.stderr, all_threads=True): "
1180 PyDoc_STR("register(signum, file=sys.stderr, all_threads=True, chain=False): "