mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
gh-129912: Fix references to Py_TPFLAGS_MANAGED_DICT (gh-130044)
This commit is contained in:
parent
633853004c
commit
791cdfe141
1 changed files with 1 additions and 1 deletions
|
|
@ -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:**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue