Commit 44e379d5 authored by Martin v. Löwis's avatar Martin v. Löwis

Allow for ssize_t field offsets.

parent 3eaf2b50
......@@ -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;
......
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