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 serhiy.storchaka
Recipients docs@python, martin.panter, serhiy.storchaka
Date 2015-11-24.18:55:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1448391328.69.0.699158735144.issue25701@psf.upfronthosting.co.za>
In-reply-to
Content
Thank you Martin. In general the patch LGTM, but I'm not expert in English writing.

There are other functions and slots with twofold purpose: PyObject_SetItem, PySequence_SetItem, PySequence_SetSlice, PyMapping_SetItemString, PySequenceMethods.sq_ass_item, PyMappingMethods.mp_ass_subscript. May be address them in this issue?

I'm not sure about documenting the deletion for PyObject_SetAttr and like. All these functions have Del-counterpart. Deleting by Set-function with NULL may be a side effect and be deprecated in future. May be worth to discuss this on Python-Dev.

For PySys_SetObject the deletion if value is NULL already is documented, but there is no PySys_DelObject.
History
Date User Action Args
2015-11-24 18:55:28serhiy.storchakasetrecipients: + serhiy.storchaka, docs@python, martin.panter
2015-11-24 18:55:28serhiy.storchakasetmessageid: <1448391328.69.0.699158735144.issue25701@psf.upfronthosting.co.za>
2015-11-24 18:55:28serhiy.storchakalinkissue25701 messages
2015-11-24 18:55:28serhiy.storchakacreate