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
Date 2018-09-26.16:07:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1537978023.88.0.545547206417.issue34812@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2018-09-26 16:07:03vstinnersetrecipients: + vstinner
2018-09-26 16:07:03vstinnersetmessageid: <1537978023.88.0.545547206417.issue34812@psf.upfronthosting.co.za>
2018-09-26 16:07:03vstinnerlinkissue34812 messages
2018-09-26 16:07:03vstinnercreate