[issue14631] Instance methods and WeakRefs don't mix.

Antoine Pitrou report at bugs.python.org
Sun Nov 11 18:16:43 CET 2012


Antoine Pitrou added the comment:

WeakMethod sounds like a good name to me. However, instead of acting as a proxy, I think it should act as a regular weakref (i.e. you have to call it to get the actual method object).

----------
nosy: +pitrou

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14631>
_______________________________________


More information about the Python-bugs-list mailing list