[issue29535] datetime hash is deterministic in some cases

Christian Heimes report at bugs.python.org
Sat Feb 11 10:25:54 EST 2017


Christian Heimes added the comment:

Only the hash of str and bytes are randomized/ The types date, datetime and time are not subject to hash randomization. Same for int, float, bool and None.

----------
nosy: +christian.heimes

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


More information about the Python-bugs-list mailing list