Home | History | Annotate | Download | only in Parser

Lines Matching full:sysstdin

770     PyObject *enc, *sysstdin, *decoded, *utf8;

776 sysstdin = PySys_GetObject("stdin");
777 if (sysstdin == NULL || !PyFile_Check(sysstdin))
780 enc = ((PyFileObject *)sysstdin)->f_encoding;