Message 320811 - Python tracker

Message320811

Author LorenzMende
Recipients LorenzMende, abrezovsky, emma_smith, terry.reedy, vstinner
Date 2018-06-30.22:00:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1530396045.62.0.56676864532.issue32942@psf.upfronthosting.co.za>
In-reply-to
Content
I confirm the issue too.
I am running the tests on a win 10 Ver 1709, clean build.

Most likely the issue is caused by the changes from commit fa9a502a387a26ba116840d35ae4a30f672e78ad
at test.support.script_helper
The function in test was altered to support a different behaviour when run from CI. The related tests were not changed.

As I am relativly new to python-dev: Does the bot/ user machines differ in the existence of PYTHONHOME? (Then the passing of the bot runs are plausible)

The tests are modified/ one added. PR attached.
History
Date User Action Args
2018-06-30 22:00:45LorenzMendesetrecipients: + LorenzMende, terry.reedy, vstinner, emma_smith, abrezovsky
2018-06-30 22:00:45LorenzMendesetmessageid: <1530396045.62.0.56676864532.issue32942@psf.upfronthosting.co.za>
2018-06-30 22:00:45LorenzMendelinkissue32942 messages
2018-06-30 22:00:45LorenzMendecreate