8000 minor NEWS wording improvement. line length. · python/cpython@668559c · GitHub
[go: up one dir, main page]

Skip to content

Commit 668559c

Browse files
committed
minor NEWS wording improvement. line length.
1 parent 0889ab5 commit 668559c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed
Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1-
The default :mod:`multiprocessing` start method on Linux and other POSIX systems has been changed away from often unsafe ``"fork"`` to ``"forkserver"`` (when the platform support sending file handles over pipes) or ``"spawn"``. Mac and Windows are unchanged as they already default to ``"spawn"``.
1+
The default :mod:`multiprocessing` start method on Linux and other POSIX
2+
systems has been changed away from often unsafe ``"fork"`` to ``"forkserver"``
3+
(when the platform supports sending file handles over pipes as most do) or
4+
``"spawn"``. Mac and Windows are unchanged as they already default to
5+
``"spawn"``.

0 commit comments

Comments
 (0)
0