Message12123

Author jeff.allen
Recipients jeff.allen
Date 2018-09-27.07:25:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1538033119.97.0.545547206417.issue2707@psf.upfronthosting.co.za>
In-reply-to
Content
Assuming env is there for a good reason, and it has to work across Unix-like OSes, I don't see any better course of action than to remove the -E.
https://hg.python.org/jython/rev/38824a8816a8

Insulation from the environment is desirable(why not -S or -s too?) but until there's a "system python" we can't get it like this.

We don't see this failure on the CI because the test_jython_launcher does not run. (Not sure why.)
History
Date User Action Args
2018-09-27 07:25:19jeff.allensetmessageid: <1538033119.97.0.545547206417.issue2707@psf.upfronthosting.co.za>
2018-09-27 07:25:19jeff.allensetrecipients: + jeff.allen
2018-09-27 07:25:19jeff.allenlinkissue2707 messages
2018-09-27 07:25:18jeff.allencreate