]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-35797: Fix default executable used by the multiprocessing module (GH-11676)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 25 Jan 2019 23:14:41 +0000 (15:14 -0800)
committerGitHub <noreply@github.com>
Fri, 25 Jan 2019 23:14:41 +0000 (15:14 -0800)
commit6a9c0fca3f2f93681468b51929472f4433753f25
tree34c7de13b2dd494886b6cb4d5efb69c1ca1527d7
parentc2674bf11036af1e06c1be739f0eebcc72dfbf7a
bpo-35797: Fix default executable used by the multiprocessing module (GH-11676)

(cherry picked from commit 4e02f8f8b4baab63f927cfd87b401200ba2969e9)

Co-authored-by: Steve Dower <steve.dower@microsoft.com>
Lib/multiprocessing/spawn.py
Lib/test/test_venv.py
Misc/NEWS.d/next/Windows/2019-01-25-12-29-14.bpo-35797.MzyOK9.rst [new file with mode: 0644]