8000
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 01e6cbe commit 0861a50Copy full SHA for 0861a50
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