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 ztane
Recipients Roy Williams, nedbat, ztane
Date 2016-09-25.18:01:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1474826490.61.0.609501461144.issue28260@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2016-09-25 18:01:30ztanesetrecipients: + ztane, nedbat, Roy Williams
2016-09-25 18:01:30ztanesetmessageid: <1474826490.61.0.609501461144.issue28260@psf.upfronthosting.co.za>
2016-09-25 18:01:30ztanelinkissue28260 messages
2016-09-25 18:01:30ztanecreate