Serhiy Storchaka added the comment:

An example of uncollectable loop if tp_clear is not implemented:

class A:
    @property
    def f(self): pass

A.f.__doc__ = (A.f,)

----------
nosy: +serhiy.storchaka

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

Reply via email to