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, rhettinger
Date 2018-01-14.02:00:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1515895213.01.0.467229070634.issue32546@psf.upfronthosting.co.za>
In-reply-to
Content
No matter what happens with #32513, I think the right thing to do in this case is to not error if trying to set __hash__ to None, if it already is None in __dict__.
History
Date User Action Args
2018-01-14 02:00:13eric.smithsetrecipients: + eric.smith, rhettinger
2018-01-14 02:00:13eric.smithsetmessageid: <1515895213.01.0.467229070634.issue32546@psf.upfronthosting.co.za>
2018-01-14 02:00:12eric.smithlinkissue32546 messages
2018-01-14 02:00:12eric.smithcreate