]> granicus.if.org Git - python/commitdiff
Add new spares to the end of the type object struct.
authorGuido van Rossum <guido@python.org>
Thu, 23 Apr 1998 19:16:44 +0000 (19:16 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 23 Apr 1998 19:16:44 +0000 (19:16 +0000)
Include/object.h

index 78a56d67960d90a84a18479d037873b53a30adc2..c6e3823df7c1aac8a06b381ed0e2e4d90a57e9ba 100644 (file)
@@ -245,6 +245,12 @@ typedef struct _typeobject {
 
        char *tp_doc; /* Documentation string */
 
+       /* More spares */
+       long tp_xxx5;
+       long tp_xxx6;
+       long tp_xxx7;
+       long tp_xxx8;
+
 #ifdef COUNT_ALLOCS
        /* these must be last */
        int tp_alloc;