]> granicus.if.org Git - python/commit
bpo-38092: Reduce overhead when using multiprocessing in a Windows virtual environmen...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 13 Sep 2019 16:59:11 +0000 (09:59 -0700)
committerGitHub <noreply@github.com>
Fri, 13 Sep 2019 16:59:11 +0000 (09:59 -0700)
commit436b429ade87b10879b3f944e99a515478e86e5e
tree007396782ba2e35d699465a5ea3f481a34bc6cbe
parent83c21fdc36070f9fa3eb3b68181630e2cc6480fe
bpo-38092: Reduce overhead when using multiprocessing in a Windows virtual environment (GH-16098)

https://bugs.python.org/issue38092
(cherry picked from commit f2b7556ef851ac85e7cbf189d1b29fdeb9539b88)

Co-authored-by: Steve Dower <steve.dower@python.org>
Lib/multiprocessing/popen_spawn_win32.py
Lib/multiprocessing/spawn.py
Misc/NEWS.d/next/Windows/2019-09-13-14-11-42.bpo-38092.x31ehI.rst [new file with mode: 0644]