[issue33919] Expose _PyCoreConfig structure to Python

Barry A. Warsaw report at bugs.python.org
Mon Jun 25 16:25:46 EDT 2018


Barry A. Warsaw <barry at python.org> added the comment:

On Jun 23, 2018, at 20:21, Nick Coghlan <report at 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.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue33919>
_______________________________________


More information about the Python-bugs-list mailing list