Searched refs:sysstdin (Results 1 – 2 of 2) sorted by relevance
790 PyObject *enc, *sysstdin, *decoded, *utf8; in tok_stdin_decode() local796 sysstdin = PySys_GetObject("stdin"); in tok_stdin_decode()797 if (sysstdin == NULL || !PyFile_Check(sysstdin)) in tok_stdin_decode()800 enc = ((PyFileObject *)sysstdin)->f_encoding; in tok_stdin_decode()
770 PyObject *enc, *sysstdin, *decoded, *utf8; in tok_stdin_decode() local776 sysstdin = PySys_GetObject("stdin"); in tok_stdin_decode()777 if (sysstdin == NULL || !PyFile_Check(sysstdin)) in tok_stdin_decode()780 enc = ((PyFileObject *)sysstdin)->f_encoding; in tok_stdin_decode()