bpo-33725: multiprocessing uses spawn by default on macOS by vstinner · Pull Request #13603 · python/cpython

@vstinner

On macOS, the multiprocessing module now uses the "spawn" start
method by default.

@sivel sivel mentioned this pull request

Oct 16, 2019

This was referenced

Nov 29, 2019

DinoV pushed a commit to DinoV/cpython that referenced this pull request

Jan 14, 2020
…3603)

On macOS, the multiprocessing module now uses the "spawn" start
method by default.