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 abathur
Recipients abathur, r.david.murray
Date 2015-04-10.15:38:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1428680336.5.0.635108869352.issue23902@psf.upfronthosting.co.za>
In-reply-to
Content
I attempted to intercept the set with both a property setter and __setattr__ with no luck.

I agree the use-case feels pretty specialized (at least to me). I'm not familiar with Python's source, but as best as I can tell these magic properties get set in the C source in such a way that the changes can't be observed through the typical Python interfaces.
History
Date User Action Args
2015-04-10 15:38:56abathursetrecipients: + abathur, r.david.murray
2015-04-10 15:38:56abathursetmessageid: <1428680336.5.0.635108869352.issue23902@psf.upfronthosting.co.za>
2015-04-10 15:38:56abathurlinkissue23902 messages
2015-04-10 15:38:56abathurcreate