File tree 1 file changed +9
-9
lines changed
1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -1143,27 +1143,27 @@ and :c:type:`PyType_Type` effectively act as defaults.)
1143
1143
:const: `Py_TPFLAGS_IMMUTABLETYPE ` flag set. For extension types, it is
1144
1144
inherited whenever :c:member: `~PyTypeObject.tp_descr_get ` is inherited.
1145
1145
1146
- .. data :: Py_TPFLAGS_MANAGED_DICT
1146
+ .. data :: Py_TPFLAGS_MANAGED_DICT
1147
1147
1148
- This bit indicates that instances of the class have a ``__dict__ ``
1149
- attribute, and that the space for the dictionary is managed by the VM.
1148
+ This bit indicates that instances of the class have a ``__dict__ ``
1149
+ attribute, and that the space for the dictionary is managed by the VM.
1150
1150
1151
- If this flag is set, :const: `Py_TPFLAGS_HAVE_GC ` should also be set.
1151
+ If this flag is set, :const: `Py_TPFLAGS_HAVE_GC ` should also be set.
1152
1152
1153
- .. versionadded :: 3.12
1153
+ .. versionadded :: 3.12
1154
1154
1155
1155
**Inheritance: **
1156
1156
1157
1157
This flag is inherited unless the
1158
1158
:c:member: `~PyTypeObject.tp_dictoffset ` field is set in a superclass.
1159
1159
1160
1160
1161
- .. data :: Py_TPFLAGS_MANAGED_WEAKREF
1161
+ .. data :: Py_TPFLAGS_MANAGED_WEAKREF
1162
1162
1163
- This bit indicates that instances of the class should be weakly
1164
- referenceable.
1163
+ This bit indicates that instances of the class should be weakly
1164
+ referenceable.
1165
1165
1166
- .. versionadded :: 3.12
1166
+ .. versionadded :: 3.12
1167
1167
1168
1168
**Inheritance: **
1169
1169
You can’t perform that action at this time.
0 commit comments