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 serhiy.storchaka
Recipients carljm, graingert, jab, ncoghlan, pydanny, rhettinger, serhiy.storchaka, tim.peters, ztane
Date 2021-08-03.16:05:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1628006714.29.0.82296394457.issue43468@roundup.psfhosted.org>
In-reply-to
Content
> It should use "(id(instance), instance)" rather than just "instance" as the key.

It should use a dict with id(instance) as a key and instance as value. An instance can be non-hashable.
History
Date User Action Args
2021-08-03 16:05:14serhiy.storchakasetrecipients: + serhiy.storchaka, tim.peters, rhettinger, ncoghlan, carljm, pydanny, jab, ztane, graingert
2021-08-03 16:05:14serhiy.storchakasetmessageid: <1628006714.29.0.82296394457.issue43468@roundup.psfhosted.org>
2021-08-03 16:05:14serhiy.storchakalinkissue43468 messages
2021-08-03 16:05:14serhiy.storchakacreate