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 christian.heimes
Recipients belopolsky, benjamin.peterson, christian.heimes, epicfaace, lemburg, rhettinger, serhiy.storchaka
Date 2019-08-14.21:04:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1565816689.65.0.779354094457.issue29535@roundup.psfhosted.org>
In-reply-to
Content
PEP 456 explains why hash of str and bytes must be randomized.

I don't know any reason why hash of datetime objects must be randomized. They can be deterministic like floats and ints.
History
Date User Action Args
2019-08-14 21:04:49christian.heimessetrecipients: + christian.heimes, lemburg, rhettinger, belopolsky, benjamin.peterson, serhiy.storchaka, epicfaace
2019-08-14 21:04:49christian.heimessetmessageid: <1565816689.65.0.779354094457.issue29535@roundup.psfhosted.org>
2019-08-14 21:04:49christian.heimeslinkissue29535 messages
2019-08-14 21:04:49christian.heimescreate