Home
last modified time | relevance | path

Searched refs:hStdErr (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Parser/
H A Dmyreadline.c251 HANDLE hStdIn, hStdErr; in PyOS_StdioReadline() local
254 hStdErr = _Py_get_osfhandle_noraise(fileno(stderr)); in PyOS_StdioReadline()
259 if (_get_console_type(hStdErr) == 'w') { in PyOS_StdioReadline()
278 WriteConsoleW(hStdErr, wbuf, wlen - 1, &n, NULL); in PyOS_StdioReadline()

Completed in 2 milliseconds