mirror of
https://github.com/python/cpython.git
synced 2025-08-01 15:43:13 +00:00
Bug #1432350: arrayobject should use PyObject_VAR_HEAD
This commit is contained in:
parent
86d662602d
commit
1b6726732c
2 changed files with 2 additions and 3 deletions
|
@ -29,8 +29,7 @@ struct arraydescr {
|
|||
};
|
||||
|
||||
typedef struct arrayobject {
|
||||
PyObject_HEAD
|
||||
Py_ssize_t ob_size;
|
||||
PyObject_VAR_HEAD
|
||||
char *ob_item;
|
||||
Py_ssize_t allocated;
|
||||
struct arraydescr *ob_descr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue