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 Omer.Katz, alex, carljm, eric.araujo, madison.may, pitrou, pydanny, r.david.murray, rhettinger, serhiy.storchaka, vstinner
Date 2016-11-10.21:17:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1478812639.3.0.921584329028.issue21145@psf.upfronthosting.co.za>
In-reply-to
Content
Attaching a patch with the simplest version of cached_property (tehnique is not original, similar code is found in Django, Bottle, Flask, the cached_property lib, and many other places).
History
Date User Action Args
2016-11-10 21:17:19carljmsetrecipients: + carljm, rhettinger, pitrou, vstinner, pydanny, eric.araujo, alex, r.david.murray, serhiy.storchaka, madison.may, Omer.Katz
2016-11-10 21:17:19carljmsetmessageid: <1478812639.3.0.921584329028.issue21145@psf.upfronthosting.co.za>
2016-11-10 21:17:19carljmlinkissue21145 messages
2016-11-10 21:17:19carljmcreate