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, ncoghlan, python-dev
Date 2015-12-13.22:12:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1450044737.67.0.329804625685.issue19284@psf.upfronthosting.co.za>
In-reply-to
Content
ironically this change would've been a lot simpler had it simply deleted hash_randomization from the set of sys.flags considered by _args_from_interpreter_flags().

-R is always enabled in Python 3.4.  it cannot be disabled.  it isn't even documented as a command line parameter anymore as a result.  so no need to supply it as an arg.
History
Date User Action Args
2015-12-13 22:12:17gregory.p.smithsetrecipients: + gregory.p.smith, ncoghlan, python-dev
2015-12-13 22:12:17gregory.p.smithsetmessageid: <1450044737.67.0.329804625685.issue19284@psf.upfronthosting.co.za>
2015-12-13 22:12:17gregory.p.smithlinkissue19284 messages
2015-12-13 22:12:17gregory.p.smithcreate