diff options
Diffstat (limited to 'Include/object.h')
-rw-r--r-- | Include/object.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Include/object.h b/Include/object.h index 8620766..a943c00 100644 --- a/Include/object.h +++ b/Include/object.h @@ -432,9 +432,6 @@ given type object has a specified feature. /* Set if the type allows subclassing */ #define Py_TPFLAGS_BASETYPE (1L<<10) -/* Set if the type's __dict__ may change */ -#define Py_TPFLAGS_DYNAMICTYPE (1L<<11) - /* Set if the type is 'ready' -- fully initialized */ #define Py_TPFLAGS_READY (1L<<12) |