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 skrah
Recipients Kentzo, skrah
Date 2018-12-22.11:38:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1545478736.56.0.98272194251.issue35548@roundup.psfhosted.org>
In-reply-to
Content
Sorry I meant the above example to use a dict, which currently
does not work:

>>> d = {m: "1"}
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
TypeError: unhashable type: 'numpy.ndarray'


Then the feature would allow to change the dict key.
History
Date User Action Args
2018-12-22 11:38:57skrahsetrecipients: + skrah, Kentzo
2018-12-22 11:38:56skrahsetmessageid: <1545478736.56.0.98272194251.issue35548@roundup.psfhosted.org>
2018-12-22 11:38:56skrahlinkissue35548 messages
2018-12-22 11:38:56skrahcreate