Searched refs:strip_python_stderr (Results 1 – 11 of 11) sorted by relevance
21 from test.test_support import strip_python_stderr43 err = strip_python_stderr(err)
164 out = test_support.strip_python_stderr(out)
1039 err = test_support.strip_python_stderr(err)1104 err = test_support.strip_python_stderr(os.read(stderr_no, 1024))
1686 def strip_python_stderr(stderr): function
17 from test.support import make_legacy_pyc, strip_python_stderr107 err = strip_python_stderr(err)
2150 def strip_python_stderr(stderr): function
65 err = strip_python_stderr(err)81 def strip_python_stderr(stderr): function
3 strip_python_stderr, cpython_only, start_threads,663 return strip_python_stderr(stderr)
69 output = support.strip_python_stderr(stdout)
389 self.assertEqual(test.support.strip_python_stderr(err), b'')
62 actual = support.strip_python_stderr(stderr)1810 err = support.strip_python_stderr(err)1896 err = support.strip_python_stderr(os.read(temp_fds[0], 1024))1938 err = support.strip_python_stderr(os.read(stderr_no, 1024))