Skip to content

Commit 2125574

Browse files
Update Lib/test/_test_multiprocessing.py
Co-authored-by: Mikhail Efimov <efimov.mikhail@gmail.com>
1 parent 1523e74 commit 2125574

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Lib/test/_test_multiprocessing.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6817,7 +6817,8 @@ def test_std_streams_flushed_after_preload(self):
68176817
cmd = '''if 1:
68186818
import sys
68196819
print('stdout', file=sys.stdout)
6820-
print('stderr', file=sys.stderr)\n'''
6820+
print('stderr', file=sys.stderr)
6821+
'''
68216822
f.write(cmd)
68226823

68236824
name = os.path.join(os.path.dirname(__file__), 'mp_preload_flush.py')

0 commit comments

Comments
 (0)