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 eric.smith
Recipients eric.smith, levkivskyi
Date 2018-01-15.13:13:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1516022036.98.0.467229070634.issue32513@psf.upfronthosting.co.za>
In-reply-to
Content
Another case to consider is that if a class defines __eq__, Python will automatically set hash=False before the decorator gets involved. NOte to self: be sure to add a test case for this.
History
Date User Action Args
2018-01-15 13:13:57eric.smithsetrecipients: + eric.smith, levkivskyi
2018-01-15 13:13:56eric.smithsetmessageid: <1516022036.98.0.467229070634.issue32513@psf.upfronthosting.co.za>
2018-01-15 13:13:56eric.smithlinkissue32513 messages
2018-01-15 13:13:56eric.smithcreate