Searched refs:strip_python_stderr (Results 1 – 11 of 11) sorted by relevance
21 from test.support import strip_python_stderr43 err = strip_python_stderr(err)
1901 def strip_python_stderr(stderr): function
14 from test.support import make_legacy_pyc, strip_python_stderr137 err = strip_python_stderr(err)
2305 def strip_python_stderr(stderr): function
164 out = test_support.strip_python_stderr(out)
1098 err = test_support.strip_python_stderr(err)1163 err = test_support.strip_python_stderr(os.read(stderr_no, 1024))
65 err = strip_python_stderr(err)81 def strip_python_stderr(stderr): function
3 strip_python_stderr, cpython_only, start_threads,658 return strip_python_stderr(stderr)
77 output = support.strip_python_stderr(stdout)
393 self.assertEqual(support.strip_python_stderr(err), b'')
73 actual = support.strip_python_stderr(stderr)2004 err = support.strip_python_stderr(err)2090 err = support.strip_python_stderr(os.read(temp_fds[0], 1024))2132 err = support.strip_python_stderr(os.read(stderr_no, 1024))