Skip to content
GitLab
Explore
Sign in
Register
Kirill Smelkov
cpython
Repository
cpython
Lib
multiprocessing
context.py
Find file
Blame
History
Permalink
bpo-33725: multiprocessing uses spawn by default on macOS (GH-13603)
· 17a55887
Victor Stinner
authored
May 28, 2019
On macOS, the multiprocessing module now uses the "spawn" start method by default.
17a55887