Commit d580b250 authored by Guido van Rossum's avatar Guido van Rossum

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

parent f9e1f89a
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment