]> granicus.if.org Git - python/commit
bpo-33725: multiprocessing uses spawn by default on macOS (GH-13603)
authorVictor Stinner <vstinner@redhat.com>
Tue, 28 May 2019 14:02:50 +0000 (16:02 +0200)
committerGitHub <noreply@github.com>
Tue, 28 May 2019 14:02:50 +0000 (16:02 +0200)
commit17a5588740b3d126d546ad1a13bdac4e028e6d50
tree9e2045dcf3bf7772b03efabcb118e1d7c47beace
parenta85a1d337d26a65036e427341d15e3979f7e9ced
bpo-33725: multiprocessing uses spawn by default on macOS (GH-13603)

On macOS, the multiprocessing module now uses the "spawn" start
method by default.
Doc/library/multiprocessing.rst
Doc/whatsnew/3.8.rst
Lib/multiprocessing/context.py
Misc/NEWS.d/next/Library/2019-05-28-01-17-42.bpo-33725.fFZoDG.rst [new file with mode: 0644]