We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Py_TPFLAGS_MANAGED_DICT
1 parent 2fbc986 commit 4c2a59bCopy full SHA for 4c2a59b
Doc/c-api/typeobj.rst
@@ -1829,7 +1829,7 @@ and :c:data:`PyType_Type` effectively act as defaults.)
1829
dictionary, so it is may be more efficient to call :c:func:`PyObject_GetAttr`
1830
when accessing an attribute on the object.
1831
1832
- 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
1833
:c:member:`~PyTypeObject.tp_dictoffset`.
1834
1835
**Inheritance:**
0 commit comments