diff options
Diffstat (limited to 'Include')
-rw-r--r-- | Include/object.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Include/object.h b/Include/object.h index e9eeb0e..8620766 100644 --- a/Include/object.h +++ b/Include/object.h @@ -289,6 +289,8 @@ typedef struct _typeobject { PyObject *tp_bases; PyObject *tp_mro; /* method resolution order */ PyObject *tp_defined; + PyObject *tp_subclasses; + PyObject *tp_weaklist; #ifdef COUNT_ALLOCS /* these must be last and never explicitly initialized */ |