• Victor Stinner's avatar
    bpo-34044: subprocess.Popen copies startupinfo (GH-8090) (GH-8121) · 29be3bd3
    Victor Stinner yazdı
    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() private method.
    
    Python 3.7 backport from master makes the copy() private: renamed to
    _copy().
    
    (cherry picked from commit 483422f5)
    29be3bd3
subprocess.py 68.2 KB