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 77f6c4e commit 04f523dCopy full SHA for 04f523d
1 file changed
Misc/NEWS.d/next/Library/2025-11-22-18-00-38.gh-issue-98552.d5KNy-.rst
@@ -0,0 +1,4 @@
1
+The :mod:`multiprocessing` forkserver process now flushes stdout and stderr
2
+before it forks to avoid the confusion children inheriting any buffered but
3
+not yet written output data. Normally there is none, but when using
4
+:func:`multiprocessing.set_forkserver_preload` there *could* be.
0 commit comments