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.
1 parent fd1f311 commit 0c8436bCopy full SHA for 0c8436b
Doc/c-api/typeobj.rst
@@ -1289,7 +1289,7 @@ and :c:data:`PyType_Type` effectively act as defaults.)
1289
1290
.. c:macro:: Py_TPFLAGS_PREHEADER
1291
1292
- A shorthand for checking if VM-managed fields are present.
+ This bit indicates that the VM will manage some fields by storing them before the object.
1293
Currently, this macro is equivalent to
1294
:c:expr:`Py_TPFLAGS_MANAGED_DICT | Py_TPFLAGS_MANAGED_WEAKREF`.
1295
0 commit comments