cpython/Misc/NEWS.d/next/Library/2018-07-04-17-14-26.bpo-340...

4 lines
175 B
ReStructuredText

``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.