mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Allow for ssize_t field offsets.
This commit is contained in:
parent
3eaf2b5044
commit
44e379d573
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue