This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author randolf.scholz
Recipients randolf.scholz
Date 2021-10-03.20:21:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1633292480.44.0.493461402404.issue45356@roundup.psfhosted.org>
In-reply-to
Content
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!
```
History
Date User Action Args
2021-10-03 20:21:20randolf.scholzsetrecipients: + randolf.scholz
2021-10-03 20:21:20randolf.scholzsetmessageid: <1633292480.44.0.493461402404.issue45356@roundup.psfhosted.org>
2021-10-03 20:21:20randolf.scholzlinkissue45356 messages
2021-10-03 20:21:20randolf.scholzcreate