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 ncoghlan
Recipients christian.heimes, ncoghlan
Date 2016-01-15.12:48:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1452862094.75.0.964095204421.issue26122@psf.upfronthosting.co.za>
In-reply-to
Content
While working on the draft PEP 432 implementation, I noticed that -I isn't special cased for early processing the same way that -E is: https://hg.python.org/cpython/file/tip/Modules/main.c#l265

This means that when isolated mode is used to turn off environment variable access, PYTHONHASHSEED may still be read while configuring hash randomisation.
History
Date User Action Args
2016-01-15 12:48:14ncoghlansetrecipients: + ncoghlan, christian.heimes
2016-01-15 12:48:14ncoghlansetmessageid: <1452862094.75.0.964095204421.issue26122@psf.upfronthosting.co.za>
2016-01-15 12:48:14ncoghlanlinkissue26122 messages
2016-01-15 12:48:14ncoghlancreate