]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-98360: multiprocessing now spawns children on Windows with correct argv[0] in...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 20 Oct 2022 14:33:12 +0000 (07:33 -0700)
committerPablo Galindo <pablogsal@gmail.com>
Sat, 22 Oct 2022 19:10:11 +0000 (20:10 +0100)
commit4e0fda59f1f9f79e64b66f0320a46de93df310ba
treec94ce302ced6360cf5ad838ccc86b8e4110e308f
parent4c0c1e201a896ee5141df9a698e8a94aad2d5e6d
gh-98360: multiprocessing now spawns children on Windows with correct argv[0] in virtual environments (GH-98462)

(cherry picked from commit e48f9b2b7e73f4a89a9b9c287f3b93dc13a60460)

Co-authored-by: Steve Dower <steve.dower@python.org>
Lib/multiprocessing/popen_spawn_win32.py
Lib/test/_test_venv_multiprocessing.py [new file with mode: 0644]
Lib/test/test_venv.py
Misc/NEWS.d/next/Windows/2022-10-19-20-00-28.gh-issue-98360.O2m6YG.rst [new file with mode: 0644]