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 scoder
Recipients malin, scoder, serhiy.storchaka
Date 2019-01-03.07:02:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1546498931.07.0.744110572563.issue35636@roundup.psfhosted.org>
In-reply-to
Content
> why bytes and str generates the same hash value for ASCII sequence

Probably mostly for historical Py2 reasons. These days, both are somewhat unlikely to appear in the same dict. But still, I'd advise against changing the hash function without a very good reason. You never know how much code relies on it in one way or another.
History
Date User Action Args
2019-01-03 07:02:12scodersetrecipients: + scoder, serhiy.storchaka, malin
2019-01-03 07:02:11scodersetmessageid: <1546498931.07.0.744110572563.issue35636@roundup.psfhosted.org>
2019-01-03 07:02:11scoderlinkissue35636 messages
2019-01-03 07:02:10scodercreate