diff options
Diffstat (limited to 'Include/object.h')
-rw-r--r-- | Include/object.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/object.h b/Include/object.h index a943c00..c565fbe 100644 --- a/Include/object.h +++ b/Include/object.h @@ -288,7 +288,7 @@ typedef struct _typeobject { inquiry tp_is_gc; /* For PyObject_IS_GC */ PyObject *tp_bases; PyObject *tp_mro; /* method resolution order */ - PyObject *tp_defined; + PyObject *tp_cache; PyObject *tp_subclasses; PyObject *tp_weaklist; |