mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
[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 commit58badb1711. (cherry picked from commit614a28b3da) Co-authored-by: Gregory P. Smith <68491+gpshead@users.noreply.github.com>
This commit is contained in:
parent
60c02ff714
commit
e2d320b330
2 changed files with 0 additions and 5 deletions
|
|
@ -270,7 +270,6 @@ def sigchld_handler(*_unused):
|
|||
len(fds)))
|
||||
child_r, child_w, *fds = fds
|
||||
s.close()
|
||||
util._flush_std_streams()
|
||||
pid = os.fork()
|
||||
if pid == 0:
|
||||
# Child
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue