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 martin.panter
Recipients benjamin.peterson, josh.r, martin.panter, pitrou, serhiy.storchaka, xiang.zhang
Date 2016-04-15.05:30:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1460698219.89.0.928645163546.issue26745@psf.upfronthosting.co.za>
In-reply-to
Content
This code mirrors code in the Get function, but that function inspects tp_descr_get (not set) instead. As I understand it, this is the difference between “data” descriptors and “non-data” descriptors. So I think the change is okay.
History
Date User Action Args
2016-04-15 05:30:19martin.pantersetrecipients: + martin.panter, pitrou, benjamin.peterson, serhiy.storchaka, josh.r, xiang.zhang
2016-04-15 05:30:19martin.pantersetmessageid: <1460698219.89.0.928645163546.issue26745@psf.upfronthosting.co.za>
2016-04-15 05:30:19martin.panterlinkissue26745 messages
2016-04-15 05:30:19martin.pantercreate