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 12b616b commit e0f2edeCopy full SHA for e0f2ede
Doc/c-api/object.rst
@@ -324,7 +324,9 @@ Object Protocol
324
when accessing an attribute on the object.
325
326
.. deprecated:: 3.15
327
- Use :c:func:`PyObject_GetDict` or :c:func:`PyObject_GetAttr` instead.
+ Use :c:func:`PyObject_GetDict`, :c:func:`PyObject_GetAttr`,
328
+ :c:func:`PyObject_SetAttr` or :c:func:`PyObject_ClearManagedDict`
329
+ instead.
330
331
332
.. c:function:: PyObject* PyObject_RichCompare(PyObject *o1, PyObject *o2, int opid)
0 commit comments