We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0be4760 commit 7b694b8Copy full SHA for 7b694b8
Doc/c-api/object.rst
@@ -81,8 +81,9 @@ Object Protocol
81
return ``0`` on success. This is the equivalent of the Python statement
82
``o.attr_name = v``.
83
84
- If *v* is ``NULL``, the attribute is deleted, however this feature is
85
- deprecated in favour of using :c:func:`PyObject_DelAttr`.
+ If *v* is ``NULL``, the attribute is deleted. This behaviour is deprecated
+ in favour of using :c:func:`PyObject_DelAttr`, but there are currently no
86
+ plans to remove it.
87
88
89
.. c:function:: int PyObject_SetAttrString(PyObject *o, const char *attr_name, PyObject *v)
0 commit comments