Serhiy Storchaka added the comment: There is a cycle for every class with a method.
>>> class A: ... def __del__(self): pass ... >>> A.__del__.__globals__['A'] <class '__main__.A'> ---------- nosy: +serhiy.storchaka _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue23720> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com