commit | 17a5588740b3d126d546ad1a13bdac4e028e6d50 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@redhat.com> | Tue May 28 16:02:50 2019 +0200 |
committer | GitHub <noreply@github.com> | Tue May 28 16:02:50 2019 +0200 |
tree | 9e2045dcf3bf7772b03efabcb118e1d7c47beace | |
parent | a85a1d337d26a65036e427341d15e3979f7e9ced [diff] |
bpo-33725: multiprocessing uses spawn by default on macOS (GH-13603) On macOS, the multiprocessing module now uses the "spawn" start method by default.