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 pitrou
Recipients docs@python, pitrou
Date 2014-07-22.17:56:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1406051790.64.0.0676928180206.issue22039@psf.upfronthosting.co.za>
In-reply-to
Content
PyObject_SetAttr, when called with value == NULL, actually deletes the attribute, but the documentation doesn't say it. It mentions PyObject_DelAttr, but it is only a macro and can therefore not be looked up using e.g. ctypes.
History
Date User Action Args
2014-07-22 17:56:30pitrousetrecipients: + pitrou, docs@python
2014-07-22 17:56:30pitrousetmessageid: <1406051790.64.0.0676928180206.issue22039@psf.upfronthosting.co.za>
2014-07-22 17:56:30pitroulinkissue22039 messages
2014-07-22 17:56:30pitroucreate