Skip to content

Commit e2d320b

Browse files
[3.13] gh-98552: Revert (unneeded, already done elsewhere) "flush std streams in the multiprocessing forkserver before fork (GH-141849)" (GH-141871) (#141873)
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 60c02ff commit e2d320b

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
@@ -270,7 +270,6 @@ def sigchld_handler(*_unused):
270270
len(fds)))
271271
child_r, child_w, *fds = fds
272272
s.close()
273-
util._flush_std_streams()
274273
pid = os.fork()
275274
if pid == 0:
276275
# 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)