We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3eaf2b5 commit 44e379dCopy full SHA for 44e379d
1 file changed
Include/structmember.h
@@ -37,7 +37,7 @@ typedef struct PyMemberDef {
37
/* Current version, use this */
38
char *name;
39
int type;
40
- int offset;
+ Py_ssize_t offset;
41
int flags;
42
char *doc;
43
} PyMemberDef;
0 commit comments