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

Simon Feltman report at bugs.python.org
Sun Nov 11 22:34:09 CET 2012


Simon Feltman added the comment:

Some more complex examples from various libraries:

https://github.com/django/django/blob/master/django/dispatch/saferef.py
https://github.com/11craft/louie/blob/master/louie/saferef.py

I think both of these originated in pydispatcher.

----------

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


More information about the Python-bugs-list mailing list