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 serhiy.storchaka
Recipients mwilbz, serhiy.storchaka
Date 2018-10-17.09:26:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1539768409.09.0.788709270274.issue34995@psf.upfronthosting.co.za>
In-reply-to
Content
The comment can serve the same purpose.

The caching affects the behavior at run time. Abstract methods should not be executed. The cached_property decorator is not inherited by overriding properties. I don't think that combining the cached_property and the @abstractmethod decorators should be supported.
History
Date User Action Args
2018-10-17 09:26:49serhiy.storchakasetrecipients: + serhiy.storchaka, mwilbz
2018-10-17 09:26:49serhiy.storchakasetmessageid: <1539768409.09.0.788709270274.issue34995@psf.upfronthosting.co.za>
2018-10-17 09:26:49serhiy.storchakalinkissue34995 messages
2018-10-17 09:26:49serhiy.storchakacreate