Allow for ssize_t field offsets.
This commit is contained in:
parent
3eaf2b5044
commit
44e379d573
|
@ -37,7 +37,7 @@ typedef struct PyMemberDef {
|
|||
/* Current version, use this */
|
||||
char *name;
|
||||
int type;
|
||||
int offset;
|
||||
Py_ssize_t offset;
|
||||
int flags;
|
||||
char *doc;
|
||||
} PyMemberDef;
|
||||
|
|
Loading…
Reference in New Issue