We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c41fce0 commit 77f6c4eCopy full SHA for 77f6c4e
1 file changed
Lib/multiprocessing/forkserver.py
@@ -326,6 +326,7 @@ def sigchld_handler(*_unused):
326
len(fds)))
327
child_r, child_w, *fds = fds
328
s.close()
329
+ util._flush_std_streams()
330
pid = os.fork()
331
if pid == 0:
332
# Child
0 commit comments