SIGN IN SIGN UP

bpo-34044: subprocess.Popen copies startupinfo (GH-8090)

subprocess.Popen now copies the startupinfo argument to leave it
unchanged: it will modify the copy, so that the same STARTUPINFO
object can be used multiple times.

Add subprocess.STARTUPINFO.copy() method.
V
Victor Stinner committed
483422f57e5d8c8bf8820fec29fc9b96bb15d4ef
Parent: 09bb918
Committed by GitHub <noreply@github.com> on 7/5/2018, 8:54:17 PM