STINNER Victor <[email protected]> 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 <[email protected]> <https://bugs.python.org/issue34812> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
