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 donkopotamus
Recipients donkopotamus, fdrake, pitrou, rhettinger, serhiy.storchaka, stutzbach
Date 2017-04-19.22:18:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1492640339.38.0.196613895691.issue30100@psf.upfronthosting.co.za>
In-reply-to
Content
Just to add, I framed this slightly wrongly by using a list [] as an example, whereas my original motivating case was objects that are hashable but not weakly referenceable.   (eg () ).

So there are two cases to consider ... what to do in discard/remove etc when the value is (i) not weakly referenceable, and (ii) when the value is not hashable.
History
Date User Action Args
2017-04-19 22:18:59donkopotamussetrecipients: + donkopotamus, fdrake, rhettinger, pitrou, stutzbach, serhiy.storchaka
2017-04-19 22:18:59donkopotamussetmessageid: <1492640339.38.0.196613895691.issue30100@psf.upfronthosting.co.za>
2017-04-19 22:18:59donkopotamuslinkissue30100 messages
2017-04-19 22:18:59donkopotamuscreate