Skip to content

Commit 59ab1ed

Browse files
[3.14] gh-98552: Revert (unneeded, already done elsewhere) "flush std streams in the multiprocessing forkserver before fork (GH-141849)" (GH-141871) (#141872)
gh-98552: Revert (unneeded, already done elsewhere) "flush std streams in the multiprocessing forkserver before fork (GH-141849)" (GH-141871) Revert (unneeded, already done elsewhere) "gh-98552: flush std streams in the multiprocessing forkserver before fork (GH-141849)" This reverts commit 58badb1. (cherry picked from commit 614a28b) Co-authored-by: Gregory P. Smith <68491+gpshead@users.noreply.github.com>
1 parent 061965c commit 59ab1ed

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

Lib/multiprocessing/forkserver.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,6 @@ def sigchld_handler(*_unused):
326326
len(fds)))
327327
child_r, child_w, *fds = fds
328328
s.close()
329-
util._flush_std_streams()
330329
pid = os.fork()
331330
if pid == 0:
332331
# Child

Misc/NEWS.d/next/Library/2025-11-22-18-00-38.gh-issue-98552.d5KNy-.rst

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)