]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39439: Fix multiprocessing spawn path in a venv on Windows (GH-18158)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 28 Jan 2020 10:52:47 +0000 (02:52 -0800)
committerGitHub <noreply@github.com>
Tue, 28 Jan 2020 10:52:47 +0000 (02:52 -0800)
commitdbb37aac1428ddcba784d9ddc77c1708c391aa80
tree8a8f5a686e6c3037c7828751c85b239c4f7365ce
parentcee5da861091cdaca99f0636af7ab8c4b0274e5f
bpo-39439: Fix multiprocessing spawn path in a venv on Windows (GH-18158)

(cherry picked from commit 0be3246d4f9c8eddcd55491901d95b09fe163f15)

Co-authored-by: Adam Meily <ameily@users.noreply.github.com>
Lib/multiprocessing/spawn.py
Misc/NEWS.d/next/Windows/2020-01-24-03-15-05.bpo-39439.sFxGfR.rst [new file with mode: 0644]