Skip to content

Commit

Permalink
pythongh-129912: Fix references to Py_TPFLAGS_MANAGED_DICT (pythong…
Browse files Browse the repository at this point in the history
…h-130044)

(cherry picked from commit 791cdfe)

Co-authored-by: Satyam Kumar <isatyamks@gmail.com>
  • Loading branch information
isatyamks authored and miss-islington committed Feb 12, 2025
1 parent 2fbc986 commit e312758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/c-api/typeobj.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1829,7 +1829,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:**
Expand Down

0 comments on commit e312758

Please # to comment.