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 barry
Recipients barry, christian.heimes, emilyemorehouse, eric.snow, ncoghlan, vstinner
Date 2018-06-25.20:25:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <FFC1C9A9-6B15-43E3-8D3F-E83DD24F49DC@python.org>
In-reply-to <1529810468.11.0.56676864532.issue33919@psf.upfronthosting.co.za>
Content
On Jun 23, 2018, at 20:21, Nick Coghlan <report@bugs.python.org> wrote:
> 
> Only exposing a `forced_hash_seed` (and hiding randomly generated ones as `forced_hash_seed=None`) seems reasonable though, since those can already be read from os.environ anyway.

Only mirroring $PYTHONHASHSEED probably makes the whole ask less useful.  Maybe I should abandon the PR, although it may still make sense to export the full _PyCoreConfig structure.
History
Date User Action Args
2018-06-25 20:25:46barrysetrecipients: + barry, ncoghlan, vstinner, christian.heimes, eric.snow, emilyemorehouse
2018-06-25 20:25:45barrylinkissue33919 messages
2018-06-25 20:25:45barrycreate