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 tadeu
Recipients The Compiler, mark.dickinson, meador.inge, tadeu
Date 2020-09-13.13:35:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1600004130.78.0.672971778737.issue41777@roundup.psfhosted.org>
In-reply-to
Content
> I'm not sure if this warning is intentional, since in Python 3 there seems to be no special reason for dicts to try to compare 'a' with b'a' (other than possible implementation details).

Okay, there's one special reason, it's the fact that 'a' and b'a' have the same hash. I'm not sure about the expected behavior, though.
History
Date User Action Args
2020-09-13 13:35:30tadeusetrecipients: + tadeu, mark.dickinson, meador.inge, The Compiler
2020-09-13 13:35:30tadeusetmessageid: <1600004130.78.0.672971778737.issue41777@roundup.psfhosted.org>
2020-09-13 13:35:30tadeulinkissue41777 messages
2020-09-13 13:35:30tadeucreate