Antti Haapala added the comment:

Well, as far as I understand, this is a bug in the backport only. The Python 
2.6+ backport does not behave identically to Python 3 code in Python 2, unless 
`__hash__ = None` is added. unittest.mock in Python 3 is not affected in any 
way.

----------

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

Reply via email to