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 pitrou
Recipients benjamin.peterson, ereuveni, fdrake, gdr@garethrees.org, gvanrossum, pitrou
Date 2015-04-28.11:50:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1430221831.91.0.689261625691.issue24067@psf.upfronthosting.co.za>
In-reply-to
Content
Still, weakref.ref objects are hashable, so I don't understand why weakref.proxy would be different.

Hashability of weakref.ref has been added in 29aa832b8787, to support weak dictionaries. See issue403985. It simply wasn't discussed whether to also add hashability to proxy objects.
History
Date User Action Args
2015-04-28 11:50:31pitrousetrecipients: + pitrou, gvanrossum, fdrake, benjamin.peterson, gdr@garethrees.org, ereuveni
2015-04-28 11:50:31pitrousetmessageid: <1430221831.91.0.689261625691.issue24067@psf.upfronthosting.co.za>
2015-04-28 11:50:31pitroulinkissue24067 messages
2015-04-28 11:50:31pitroucreate