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 carljm
Recipients carljm, methane, mwilbz, serhiy.storchaka, vstinner
Date 2018-10-25.22:22:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1540506150.66.0.788709270274.issue34995@psf.upfronthosting.co.za>
In-reply-to
Content
FWIW, it seems to me (author of `cached_property` patch) that while just using `@property` on the abstract method plus a comment is a reasonable and functional workaround that sacrifices only a small documentation value, there's no reason why `@cached_property` shouldn't propagate this flag in the same way `@property` does. It seems reasonable to me to consider this behavior discrepancy a bug; I'd have fixed it if made aware of it while developing `cached_property`.
History
Date User Action Args
2018-10-25 22:22:30carljmsetrecipients: + carljm, vstinner, methane, serhiy.storchaka, mwilbz
2018-10-25 22:22:30carljmsetmessageid: <1540506150.66.0.788709270274.issue34995@psf.upfronthosting.co.za>
2018-10-25 22:22:30carljmlinkissue34995 messages
2018-10-25 22:22:30carljmcreate