diff options
Diffstat (limited to 'Include/object.h')
-rw-r--r-- | Include/object.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Include/object.h b/Include/object.h index 19460fe..d045be1 100644 --- a/Include/object.h +++ b/Include/object.h @@ -315,6 +315,7 @@ typedef struct _typeobject { PyObject *tp_cache; PyObject *tp_subclasses; PyObject *tp_weaklist; + destructor tp_del; #ifdef COUNT_ALLOCS /* these must be last and never explicitly initialized */ |