]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix script_helper.run_python_until_end(): copy SYSTEMROOT
authorVictor Stinner <victor.stinner@gmail.com>
Thu, 12 Jan 2017 10:51:46 +0000 (11:51 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Thu, 12 Jan 2017 10:51:46 +0000 (11:51 +0100)
commit9b8dcc6b1c18d5539735b61004d2e84b3e26cc8f
tree1c9a3a4a006e21daab5cab672c7a754d6a33f83c
parentde383289ea4b029028f2ca0bf7e2e27441b99025
Fix script_helper.run_python_until_end(): copy SYSTEMROOT

Windows requires at least the SYSTEMROOT environment variable to start Python.
If run_python_until_end() doesn't copy SYSTEMROOT, the function always fail on
Windows.
Lib/test/support/script_helper.py