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 gregory.p.smith
Recipients gregory.p.smith, mdengler, ncoghlan, python-dev, sbt, schlamar, vstinner
Date 2015-12-13.22:06:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1450044377.19.0.538386932243.issue20954@psf.upfronthosting.co.za>
In-reply-to
Content
_args_from_interpreter_flags really deserves its own unittest using a stubbed out sys.flags.  if someone wants to go ahead with the test provided in the existing patch here or write one of those, feel free.

As is, i've committed a patch logically equivalent (but less hacky) to the one from #19284.  Ironically _that_ patch wasn't the right thing to do in python _3_ but that's a separate issue i'll address outside of this bug.  It is effective for Python 2 where hash randomization must be explicitly enabled.
History
Date User Action Args
2015-12-13 22:06:17gregory.p.smithsetrecipients: + gregory.p.smith, ncoghlan, vstinner, python-dev, schlamar, sbt, mdengler
2015-12-13 22:06:17gregory.p.smithsetmessageid: <1450044377.19.0.538386932243.issue20954@psf.upfronthosting.co.za>
2015-12-13 22:06:17gregory.p.smithlinkissue20954 messages
2015-12-13 22:06:16gregory.p.smithcreate