mirror of https://github.com/python/cpython
Whitespace normalization.
This commit is contained in:
parent
cea4bf092d
commit
38ff36c4cc
|
@ -28,13 +28,13 @@ def remove_stderr_debug_decorations(stderr):
|
|||
|
||||
class ProcessTestCase(unittest.TestCase):
|
||||
def setUp(self):
|
||||
# Try to minimize the number of children we have so this test
|
||||
# doesn't crash on some buildbots (Alphas in particular).
|
||||
# Try to minimize the number of children we have so this test
|
||||
# doesn't crash on some buildbots (Alphas in particular).
|
||||
test_support.reap_children()
|
||||
|
||||
def tearDown(self):
|
||||
# Try to minimize the number of children we have so this test
|
||||
# doesn't crash on some buildbots (Alphas in particular).
|
||||
# Try to minimize the number of children we have so this test
|
||||
# doesn't crash on some buildbots (Alphas in particular).
|
||||
test_support.reap_children()
|
||||
|
||||
def mkstemp(self):
|
||||
|
|
Loading…
Reference in New Issue