Slight rewording to be less awkward.
This commit is contained in:
parent
4cfbc5feb8
commit
59f9efb364
|
@ -85,7 +85,7 @@ to not list all fields anymore, but list a single field of type
|
||||||
#define PyObject_VAR_HEAD PyVarObject ob_base;
|
#define PyObject_VAR_HEAD PyVarObject ob_base;
|
||||||
|
|
||||||
Types defined as fixed-size structure will then include PyObject
|
Types defined as fixed-size structure will then include PyObject
|
||||||
as its first field; variable-sized objects PyVarObject. E.g.::
|
as its first field, PyVarObject for variable-sized objects. E.g.::
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
PyObject ob_base;
|
PyObject ob_base;
|
||||||
|
|
Loading…
Reference in New Issue