Message357429
I tested the following in various versions (all 64-bit) in a VM. All installations are 64-bit per-user.
> py -m venv testenv
> testenv\Scripts\python.exe -c "import subprocess; print(subprocess.check_output(['python', '-c', 'import sys; print(sys.executable)']))"
3.8.0: Incorrect
3.7.5: Incorrect
3.7.4: Incorrect
3.7.3: Incorrect
3.7.2: Correct
3.6.8: Correct
3.7.1: Correct
3.7.0: Correct
So the change seems to have happened somewhere between 3.7.2 and 3.7.3. Does this timeline line up with the venv redirector change? |
|
Date |
User |
Action |
Args |
2019-11-25 08:09:36 | uranusjr | set | recipients:
+ uranusjr, paul.moore, eric.smith, tim.golden, zach.ware, eryksun, steve.dower |
2019-11-25 08:09:36 | uranusjr | set | messageid: <1574669376.5.0.436134924126.issue38905@roundup.psfhosted.org> |
2019-11-25 08:09:36 | uranusjr | link | issue38905 messages |
2019-11-25 08:09:36 | uranusjr | create | |
|