blob: 42a6ffbf84af7b0e1e66a3586d623000695e4d7b [file] [log] [blame]
``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.