Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a9c2d7a

Browse files
committed
Add new spares to the end of the type object struct.
1 parent a937afd commit a9c2d7a

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

Include/object.h

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,12 @@ typedef struct _typeobject {
245245

246246
char *tp_doc; /* Documentation string */
247247

248+
/* More spares */
249+
long tp_xxx5;
250+
long tp_xxx6;
251+
long tp_xxx7;
252+
long tp_xxx8;
253+
248254
#ifdef COUNT_ALLOCS
249255
/* these must be last */
250256
int tp_alloc;

0 commit comments

Comments
 (0)