[issue29025] random.seed() relation to hash() function and its determinism is vague

Raymond Hettinger report at bugs.python.org
Wed Dec 21 01:41:35 EST 2016


Raymond Hettinger added the comment:

In Python 3.5 and Python 3.6, this is already fixed (decoupled from PYTHONHASHSEED).  In Python 2.7, I could backport the fix, add a note to the docs, or just let it be (since seeding is turned off by default).  The other versions of Python are already inactive.

----------
assignee: docs at python -> rhettinger
nosy: +rhettinger
priority: normal -> low

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue29025>
_______________________________________


More information about the Python-bugs-list mailing list