PEP 384: Update PyType_Spec struct per bpo-15140 (#1354)
This commit is contained in:
parent
7eaf5f6303
commit
41657e2b48
|
@ -142,10 +142,9 @@ are available::
|
|||
|
||||
typedef struct{
|
||||
const char* name;
|
||||
const char* doc;
|
||||
int basicsize;
|
||||
int itemsize;
|
||||
int flags;
|
||||
unsigned int flags;
|
||||
PyType_Slot *slots; /* terminated by slot==0. */
|
||||
} PyType_Spec;
|
||||
|
||||
|
|
Loading…
Reference in New Issue