Skip to content

Commit 04f523d

Browse files
committed
NEWS
1 parent 77f6c4e commit 04f523d

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)