]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-98552: flush std streams in the multiprocessing forkserver before fork...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 22 Nov 2025 20:23:22 +0000 (21:23 +0100)
committerGitHub <noreply@github.com>
Sat, 22 Nov 2025 20:23:22 +0000 (12:23 -0800)
commit061965c584810b97458f229a6ac5b3b79286e743
tree9e994e553c04dbc498d123245583ebd2f42d4e54
parentadc2cc21eb561ec73ecafbba048c2ec8a11b795f
[3.14] gh-98552: flush std streams in the multiprocessing forkserver before fork (GH-141849) (#141851)

gh-98552: flush std streams in the multiprocessing forkserver before fork (GH-141849)

* flush std streams in the multiprocessing forkserver before fork

* NEWS
(cherry picked from commit 58badb1711e12b6e8b5240ab96cdd01b95012de7)

Co-authored-by: Gregory P. Smith <68491+gpshead@users.noreply.github.com>
Lib/multiprocessing/forkserver.py
Misc/NEWS.d/next/Library/2025-11-22-18-00-38.gh-issue-98552.d5KNy-.rst [new file with mode: 0644]