OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:new_stdout
(Results
1 - 2
of
2
) sorted by null
/external/python/cpython2/Demo/pysvr/
pysvr.c
279
PyObject *new_stdin, *
new_stdout
;
local
297
new_stdout
= PyFile_FromFile(output, "<socket-out>", "w", NULL);
300
PySys_SetObject("stdout",
new_stdout
);
301
PySys_SetObject("stderr",
new_stdout
);
335
Py_XDECREF(
new_stdout
);
/external/python/cpython3/Lib/test/
test_subprocess.py
[
all
...]
Completed in 432 milliseconds