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 vstinner
Recipients vstinner, xtreak
Date 2018-10-01.11:10:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1538392217.44.0.545547206417.issue34812@psf.upfronthosting.co.za>
In-reply-to
Content
> ./python.exe -I -c 'import subprocess; print(subprocess._args_from_interpreter_flags())'
> ['-s', '-E', '-I']

This looks wrong, I would prefer to only get ['-I'].
History
Date User Action Args
2018-10-01 11:10:17vstinnersetrecipients: + vstinner, xtreak
2018-10-01 11:10:17vstinnersetmessageid: <1538392217.44.0.545547206417.issue34812@psf.upfronthosting.co.za>
2018-10-01 11:10:17vstinnerlinkissue34812 messages
2018-10-01 11:10:17vstinnercreate