Antoine Pitrou added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue24067>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to