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 b57b619 commit 0eb59b3Copy full SHA for 0eb59b3
1 file changed
Include/object.h
@@ -534,6 +534,9 @@ given type object has a specified feature.
534
*/
535
#define Py_TPFLAGS_MANAGED_DICT (1 << 4)
536
537
+/* Type has dictionary or weakref pointers that are managed by VM and has
538
+ * to allocate space to store these.
539
+ */
540
#define Py_TPFLAGS_PREHEADER (Py_TPFLAGS_MANAGED_WEAKREF | Py_TPFLAGS_MANAGED_DICT)
541
542
/* Set if instances of the type object are treated as sequences for pattern matching */
0 commit comments