[issue34812] [EASY] support.args_from_interpreter_flags() doesn't inherit -I (isolated) flag

STINNER Victor report at bugs.python.org
Mon Oct 1 07:10:17 EDT 2018


STINNER Victor <vstinner at redhat.com> added the comment:

> ./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'].

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue34812>
_______________________________________


More information about the Python-bugs-list mailing list