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 brett.cannon
Recipients brett.cannon, eric.snow, larry, ncoghlan
Date 2013-12-08.16:15:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1386519314.62.0.736952784814.issue19927@psf.upfronthosting.co.za>
In-reply-to
Content
I'm fine with the suggestions Nick made. While loaders are not technically immutable (and thus technically probably shouldn't define __hash__), they have not been defined to be mutable and mucked with anyway, so I have no issue if someone breaks the hash of a loader by changing an attribute post-hash.
History
Date User Action Args
2013-12-08 16:15:14brett.cannonsetrecipients: + brett.cannon, ncoghlan, larry, eric.snow
2013-12-08 16:15:14brett.cannonsetmessageid: <1386519314.62.0.736952784814.issue19927@psf.upfronthosting.co.za>
2013-12-08 16:15:14brett.cannonlinkissue19927 messages
2013-12-08 16:15:14brett.cannoncreate