]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39244: multiprocessing return default start method first on macOS (GH-18625)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 26 May 2020 15:13:33 +0000 (08:13 -0700)
committerGitHub <noreply@github.com>
Tue, 26 May 2020 15:13:33 +0000 (08:13 -0700)
commit1c88bf8541e6fa292f1578144add17d3672c5fcf
treee09ceb76418cfb873b67fe9d58ffc8df7200a95e
parent500cd89ecce97750a1af32d4097d9945b7296bac
bpo-39244: multiprocessing return default start method first on macOS (GH-18625)

(cherry picked from commit db098bc1f05bd0773943e59f83489f05f28dedf8)

Co-authored-by: idomic <michael.ido@gmail.com>
Lib/multiprocessing/context.py
Lib/test/_test_multiprocessing.py
Misc/NEWS.d/next/Library/2020-02-23-15-09-47.bpo-39244.aBK5IM.rst [new file with mode: 0644]