Edson Tadeu M. Manoel <e.ta...@gmail.com> added the comment:

> 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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue41777>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to