Randolf Scholz <randolf.sch...@gmail.com> added the comment:
I updated the script with dome more info. The class-property gets actually executed 5 times when calling `help(MyClass)` ``` Computing class property of <class '__main__.MyClass'> ...DONE! Computing class property of <class '__main__.MyClass'> ...DONE! Computing class property of <class '__main__.MyClass'> ...DONE! Computing class property of <class '__main__.MyBaseClass'> ...DONE! Computing class property of <class '__main__.MyClass'> ...DONE! ``` ---------- Added file: https://bugs.python.org/file50326/classmethod_property.py _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue45356> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com