gh-129912: Fix references to Py_TPFLAGS_MANAGED_DICT (gh-130044)

This commit is contained in:
Satyam Kumar 2025-02-13 04:18:14 +05:30 committed by GitHub
parent 633853004c
commit 791cdfe141
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1830,7 +1830,7 @@ and :c:data:`PyType_Type` effectively act as defaults.)
dictionary, so it is may be more efficient to call :c:func:`PyObject_GetAttr`
when accessing an attribute on the object.
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
:c:member:`~PyTypeObject.tp_dictoffset`.
**Inheritance:**