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 Epic_Wink
Recipients Epic_Wink, docs@python, hongweipeng
Date 2019-10-22.03:16:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1571714170.14.0.857174086667.issue38553@roundup.psfhosted.org>
In-reply-to
Content
@hongweipeng What can be solved? Do you mean `functools.cached_property` should inherit `property`? First, this would break existing code dependant on the functionality of `functools.cached_property` (admittedly, Python 3.8 was release less than two weeks ago). Second, that seems like arbitrary restriction: I'd prefer just to update the documentation
History
Date User Action Args
2019-10-22 03:16:10Epic_Winksetrecipients: + Epic_Wink, docs@python, hongweipeng
2019-10-22 03:16:10Epic_Winksetmessageid: <1571714170.14.0.857174086667.issue38553@roundup.psfhosted.org>
2019-10-22 03:16:10Epic_Winklinkissue38553 messages
2019-10-22 03:16:09Epic_Winkcreate