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, ncoghlan, pitrou, pydanny, r.david.murray, rhettinger, serhiy.storchaka, vstinner
Date 2018-05-14.16:30:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1526315458.78.0.682650639539.issue21145@psf.upfronthosting.co.za>
In-reply-to
Content
> I don't think it makes sense to try to make cached_property itself work implicitly with both normal attributes and slot entries - instead, cached_property can handle the common case as simply and efficiently as possible, and the cached_slot case can be either handled separately or else not at all.

So it sounds like the current approach here is good to move forward? If I update the patch during the PyCon sprints, we could merge it?
History
Date User Action Args
2018-05-14 16:30:58carljmsetrecipients: + carljm, rhettinger, ncoghlan, pitrou, vstinner, pydanny, eric.araujo, alex, r.david.murray, serhiy.storchaka, madison.may, Omer.Katz
2018-05-14 16:30:58carljmsetmessageid: <1526315458.78.0.682650639539.issue21145@psf.upfronthosting.co.za>
2018-05-14 16:30:58carljmlinkissue21145 messages
2018-05-14 16:30:58carljmcreate