summaryrefslogtreecommitdiffstats
path: root/Include/object.h
diff options
context:
space:
mode:
Diffstat (limited to 'Include/object.h')
-rw-r--r--Include/object.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/Include/object.h b/Include/object.h
index 433876f..58e2d15 100644
--- a/Include/object.h
+++ b/Include/object.h
@@ -218,6 +218,16 @@ typedef struct _typeobject {
hashfunc tp_hash;
binaryfunc tp_call;
+ reprfunc tp_str;
+
+ /* Space for future expansion */
+ long tp_xxx1;
+ long tp_xxx2;
+ long tp_xxx3;
+ long tp_xxx4;
+
+ char *tp_doc; /* Documentation string */
+
#ifdef COUNT_ALLOCS
/* these must be last */
int tp_alloc;