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

STINNER Victor report at bugs.python.org
Wed Sep 26 12:07:03 EDT 2018


New submission from STINNER Victor <vstinner at redhat.com>:

The support.args_from_interpreter_flags() function recreates Python command line arguments from sys.flags, but it omits -I (sys.flags.isolated).

Because of that, "./python -I -m test ..." behaves differently than "./python -I -m test -j0 ...":
https://bugs.python.org/issue28655#msg326477

----------
components: Library (Lib), Tests
messages: 326478
nosy: vstinner
priority: normal
severity: normal
status: open
title: support.args_from_interpreter_flags() doesn't inherit -I (isolated) flag
versions: Python 3.6, Python 3.7, Python 3.8

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


More information about the New-bugs-announce mailing list