Kaydet (Commit) 44e379d5 authored tarafından Martin v. Löwis's avatar Martin v. Löwis

Allow for ssize_t field offsets.

üst 3eaf2b50
...@@ -37,7 +37,7 @@ typedef struct PyMemberDef { ...@@ -37,7 +37,7 @@ typedef struct PyMemberDef {
/* Current version, use this */ /* Current version, use this */
char *name; char *name;
int type; int type;
int offset; Py_ssize_t offset;
int flags; int flags;
char *doc; char *doc;
} PyMemberDef; } 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