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 Omer.Katz
Recipients Omer.Katz
Date 2014-04-03.10:28:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1396520932.53.0.707047361064.issue21145@psf.upfronthosting.co.za>
In-reply-to
Content
cached properties are widely used in various prominent Python projects such as Django and pip (and many more).
They are not very complicated and there are proven implementation out there. Unfortunately there are way too many of them. This situation leads me to suggest adding it to the builtins.

Possible benefits:
* Implementation in C can improve caching performance
* Standardized implementation that can be used anywhere
History
Date User Action Args
2014-04-03 10:28:52Omer.Katzsetrecipients: + Omer.Katz
2014-04-03 10:28:52Omer.Katzsetmessageid: <1396520932.53.0.707047361064.issue21145@psf.upfronthosting.co.za>
2014-04-03 10:28:52Omer.Katzlinkissue21145 messages
2014-04-03 10:28:52Omer.Katzcreate