Add new spares to the end of the type object struct.

This commit is contained in:
Guido van Rossum 1998-04-23 19:16:44 +00:00
parent a937afd363
commit a9c2d7a87c
1 changed files with 6 additions and 0 deletions

View 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;