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 docs@python, martin.panter, serhiy.storchaka
Date 2015-11-24.21:04:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1448399046.71.0.824985145053.issue25701@psf.upfronthosting.co.za>
In-reply-to
Content
I agree it might be safer not to document that PyObject_SetAttr etc can delete (move that change to the tp_setattro etc method slot). I’ll also review the other functions you mentioned when I get a chance.
History
Date User Action Args
2015-11-24 21:04:06martin.pantersetrecipients: + martin.panter, docs@python, serhiy.storchaka
2015-11-24 21:04:06martin.pantersetmessageid: <1448399046.71.0.824985145053.issue25701@psf.upfronthosting.co.za>
2015-11-24 21:04:06martin.panterlinkissue25701 messages
2015-11-24 21:04:06martin.pantercreate