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 ebfe
Recipients Albert.Ferras, Ramchandra Apte, benjamin.peterson, ebfe, jcea, r.david.murray, rhettinger, terry.reedy
Date 2012-11-06.06:29:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1352183360.37.0.985267904199.issue16385@psf.upfronthosting.co.za>
In-reply-to
Content
PyLint or PyChecker can only do this if the keys are all simple objects like ints or strings. Consider a class with a custom __hash__
History
Date User Action Args
2012-11-06 06:29:20ebfesetrecipients: + ebfe, rhettinger, terry.reedy, jcea, benjamin.peterson, r.david.murray, Ramchandra Apte, Albert.Ferras
2012-11-06 06:29:20ebfesetmessageid: <1352183360.37.0.985267904199.issue16385@psf.upfronthosting.co.za>
2012-11-06 06:29:20ebfelinkissue16385 messages
2012-11-06 06:29:19ebfecreate