mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Add new spares to the end of the type object struct.
This commit is contained in:
parent
a937afd363
commit
a9c2d7a87c
1 changed files with 6 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue