]> 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:59 +0000 (08:13 -0700)
committerGitHub <noreply@github.com>
Tue, 26 May 2020 15:13:59 +0000 (08:13 -0700)
commit285ff63351bb5a42099527c283f65434e761be83
tree5d1b59fa50c6c7ff79b001c5dc885abb79cd322c
parente3e800f3d28881cc9de38cd9bcbcf8fbdea238a6
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]