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 4267f32 commit a11c2eeCopy full SHA for a11c2ee
1 file changed
Doc/c-api/object.rst
@@ -202,7 +202,7 @@ Object Protocol
202
attribute.
203
204
.. versionchanged:: next
205
- Raise an exception if called with ``NULL`` *v* and an an exception set.
+ Must not be called with NULL value if an exception is set.
206
207
208
.. c:function:: int PyObject_SetAttrString(PyObject *o, const char *attr_name, PyObject *v)
@@ -227,7 +227,8 @@ Object Protocol
227
used internally to create a key object.
228
229
230
231
+
232
233
.. c:function:: int PyObject_GenericSetAttr(PyObject *o, PyObject *name, PyObject *value)
234
0 commit comments