This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author uranusjr
Recipients eric.smith, eryksun, paul.moore, steve.dower, tim.golden, uranusjr, zach.ware
Date 2019-11-25.08:09:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1574669376.5.0.436134924126.issue38905@roundup.psfhosted.org>
In-reply-to
Content
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?
History
Date User Action Args
2019-11-25 08:09:36uranusjrsetrecipients: + uranusjr, paul.moore, eric.smith, tim.golden, zach.ware, eryksun, steve.dower
2019-11-25 08:09:36uranusjrsetmessageid: <1574669376.5.0.436134924126.issue38905@roundup.psfhosted.org>
2019-11-25 08:09:36uranusjrlinkissue38905 messages
2019-11-25 08:09:36uranusjrcreate