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.
Py_TPFLAGS_MANAGED_DICT
1 parent 6338530 commit 791cdfeCopy full SHA for 791cdfe
Doc/c-api/typeobj.rst
@@ -1830,7 +1830,7 @@ and :c:data:`PyType_Type` effectively act as defaults.)
1830
dictionary, so it is may be more efficient to call :c:func:`PyObject_GetAttr`
1831
when accessing an attribute on the object.
1832
1833
- It is an error to set both the :c:macro:`Py_TPFLAGS_MANAGED_WEAKREF` bit and
+ It is an error to set both the :c:macro:`Py_TPFLAGS_MANAGED_DICT` bit and
1834
:c:member:`~PyTypeObject.tp_dictoffset`.
1835
1836
**Inheritance:**
0 commit comments