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 ztane
Recipients abarry, r.david.murray, ztane
Date 2016-08-18.14:57:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1471532260.34.0.519824536875.issue27794@psf.upfronthosting.co.za>
In-reply-to
Content
Unfortunately it seems that it is not that straightforward. The descriptor object doesn't know the name of the property. The error is raised in `property_descr_set`. However the error itself can be propagated from setting another property.
History
Date User Action Args
2016-08-18 14:57:40ztanesetrecipients: + ztane, r.david.murray, abarry
2016-08-18 14:57:40ztanesetmessageid: <1471532260.34.0.519824536875.issue27794@psf.upfronthosting.co.za>
2016-08-18 14:57:40ztanelinkissue27794 messages
2016-08-18 14:57:40ztanecreate