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 gene@nlc.co.nz
Recipients gene@nlc.co.nz
Date 2017-10-08.20:54:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1507496089.59.0.213398074469.issue31730@psf.upfronthosting.co.za>
In-reply-to
Content
A list can no be used as the key to a dict, apparently because it is "unhashable": TypeError: unhashable type: 'list'.

The code must exist to hash object like this a tuple is hashable and can be constructed from a list.
History
Date User Action Args
2017-10-08 20:54:49gene@nlc.co.nzsetrecipients: + gene@nlc.co.nz
2017-10-08 20:54:49gene@nlc.co.nzsetmessageid: <1507496089.59.0.213398074469.issue31730@psf.upfronthosting.co.za>
2017-10-08 20:54:49gene@nlc.co.nzlinkissue31730 messages
2017-10-08 20:54:49gene@nlc.co.nzcreate