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 r.david.murray
Recipients cool-RR, r.david.murray
Date 2014-10-17.16:27:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1413563225.79.0.172249765263.issue22656@psf.upfronthosting.co.za>
In-reply-to
Content
You might find issue 5890 to be interesting reading.  It's been long enough that I forget the details, but I think the short answer is "yes, property is special cased".   So probably what you want to do is subclass property.

Given the knock-on issue that fix caused, I've always been a little bit uncomfortable with it.  Perhaps you will see a way to generalize things.
History
Date User Action Args
2014-10-17 16:27:05r.david.murraysetrecipients: + r.david.murray, cool-RR
2014-10-17 16:27:05r.david.murraysetmessageid: <1413563225.79.0.172249765263.issue22656@psf.upfronthosting.co.za>
2014-10-17 16:27:05r.david.murraylinkissue22656 messages
2014-10-17 16:27:05r.david.murraycreate